summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-08-01 14:08:26 -0700
committerSteven Moreland <smoreland@google.com>2019-08-19 16:36:47 -0700
commit090fc0cbfaeca5a853195105934d1e1074da624d (patch)
tree4710639aff1a4525404f2c1e3e7f6c17411c34e3
parent649f903bae7a896360ed2b502d0ae40d79dd860c (diff)
downloadmarlin-090fc0cbfaeca5a853195105934d1e1074da624d.tar.gz
Remove 'uce' service to move into core policy.
Because it is used by the AOSP framework. Bug: 136023468 Test: TH Change-Id: I62a4e92b0dac4098d640cca515d0dd8680442779 (cherry picked from commit e9feada45cb3e50631fb584614089737d56c1dff) Merged-In: I62a4e92b0dac4098d640cca515d0dd8680442779
-rw-r--r--sepolicy/private/service_contexts1
-rw-r--r--sepolicy/public/service.te1
-rw-r--r--sepolicy/radio.te2
3 files changed, 0 insertions, 4 deletions
diff --git a/sepolicy/private/service_contexts b/sepolicy/private/service_contexts
index 83c757c4..b117f47e 100644
--- a/sepolicy/private/service_contexts
+++ b/sepolicy/private/service_contexts
@@ -1,4 +1,3 @@
cneservice u:object_r:cne_service:s0
qti.ims.connectionmanagerservice u:object_r:imscm_service:s0
-uce u:object_r:uce_service:s0
qchook u:object_r:qchook_service:s0
diff --git a/sepolicy/public/service.te b/sepolicy/public/service.te
index c010f678..b8594030 100644
--- a/sepolicy/public/service.te
+++ b/sepolicy/public/service.te
@@ -1,4 +1,3 @@
type cne_service, service_manager_type;
type imscm_service, service_manager_type;
-type uce_service, service_manager_type;
type qchook_service, service_manager_type;
diff --git a/sepolicy/radio.te b/sepolicy/radio.te
index a95d620f..b6c636ad 100644
--- a/sepolicy/radio.te
+++ b/sepolicy/radio.te
@@ -1,8 +1,6 @@
# Grant access to Qualcomm MSM Interface (QMI) radio sockets
qmux_socket(radio)
-allow radio uce_service:service_manager { add find };
-
# read access to sys/bus/esoc/devices/ directory.
allow radio sysfs:dir r_dir_perms;