aboutsummaryrefslogtreecommitdiffstats
path: root/access_vectors
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 /access_vectors
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 'access_vectors')
-rw-r--r--access_vectors5
1 files changed, 5 insertions, 0 deletions
diff --git a/access_vectors b/access_vectors
index 90927e7..4b0c4b1 100644
--- a/access_vectors
+++ b/access_vectors
@@ -880,3 +880,8 @@ class zygote
specifyinvokewith
specifyseinfo
}
+
+class property_service
+{
+ set
+}