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 14:50:15 -0700
commit638687e8232954845cece258f688ba20ec170b3c (patch)
tree47d22493db3bcfe665e723c2ea83c61ec57dae33
parent1dbdfa22e6982fef684497eb9dbadb09130ed82b (diff)
downloadmarlin-638687e8232954845cece258f688ba20ec170b3c.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)
-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;