aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-04-04 10:11:16 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2012-04-04 10:11:16 -0400
commit124720a6976a69357522299afbe5591854e40775 (patch)
treeb082bda7f039de7e228a59db5cbd4525f4e6c8ce /vold.te
parent2cb1b31f903f2d2747f3fd05b872d9823838af1d (diff)
downloadandroid_external_sepolicy-124720a6976a69357522299afbe5591854e40775.tar.gz
android_external_sepolicy-124720a6976a69357522299afbe5591854e40775.tar.bz2
android_external_sepolicy-124720a6976a69357522299afbe5591854e40775.zip
Add policy for property service.
New property_contexts file for property selabel backend. New property.te file with property type declarations. New property_service security class and set permission. Allow rules for setting properties.
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/vold.te b/vold.te
index 85a58f9..403771f 100644
--- a/vold.te
+++ b/vold.te
@@ -54,3 +54,6 @@ allow vold proc:file write;
# Create and mount on /data/tmp_mnt.
allow vold system_data_file:dir { write create add_name mounton };
+
+# Property Service
+allow vold vold_prop:property_service set;