aboutsummaryrefslogtreecommitdiffstats
path: root/radio.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 /radio.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 'radio.te')
-rw-r--r--radio.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/radio.te b/radio.te
index 9094cce..a119d75 100644
--- a/radio.te
+++ b/radio.te
@@ -15,3 +15,9 @@ allow radio radio_data_file:dir create_dir_perms;
allow radio radio_data_file:notdevfile_class_set create_file_perms;
allow radio alarm_device:chr_file rw_file_perms;
+
+# Property service
+allow radio radio_prop:property_service set;
+
+# ctl interface
+allow radio ctl_rildaemon_prop:property_service set;