aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorRobert Craig <rpcraig@tycho.ncsc.mil>2014-02-18 13:24:26 -0500
committerRobert Craig <rpcraig@tycho.ncsc.mil>2014-03-25 13:36:50 -0400
commit4b3893f90bf6bc67de232ddc44123974d36770ef (patch)
treefafcc28fe39efc6512d928eb62fce07c6f8aed83 /vold.te
parent18f2b80e6279a7642ed307f613281411955f699a (diff)
downloadandroid_external_sepolicy-4b3893f90bf6bc67de232ddc44123974d36770ef.tar.gz
android_external_sepolicy-4b3893f90bf6bc67de232ddc44123974d36770ef.tar.bz2
android_external_sepolicy-4b3893f90bf6bc67de232ddc44123974d36770ef.zip
Replace ctl_default_prop access with explicit service property keys.
The ctl_default_prop label is a bit too generic for some of the priveleged domains when describing access rights. Instead, be explicit about which services are being started and stopped by introducing new ctl property keys. Change-Id: I1d0c6f6b3e8bd63da30bd6c7b084da44f063246a Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold.te b/vold.te
index cc70e8a..b76be76 100644
--- a/vold.te
+++ b/vold.te
@@ -65,7 +65,7 @@ allow vold kernel:process setsched;
# Property Service
allow vold vold_prop:property_service set;
allow vold powerctl_prop:property_service set;
-allow vold ctl_default_prop:property_service set;
+allow vold ctl_fuse_prop:property_service set;
# ASEC
allow vold asec_image_file:file create_file_perms;