aboutsummaryrefslogtreecommitdiffstats
path: root/rild.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 /rild.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 'rild.te')
-rw-r--r--rild.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/rild.te b/rild.te
index 5993af4..684bc1d 100644
--- a/rild.te
+++ b/rild.te
@@ -20,3 +20,6 @@ allow rild shell_exec:file rx_file_perms;
dontaudit rild self:capability sys_admin;
# XXX Label sysfs files with a specific type?
allow rild sysfs:file rw_file_perms;
+
+# property service
+allow rild rild_prop:property_service set;