aboutsummaryrefslogtreecommitdiffstats
path: root/seapp_contexts
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-07-27 17:08:21 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2012-07-27 17:08:21 -0400
commitdd31ddfd87e37acddf875a4aa5535ea8abcb49fb (patch)
tree951907446b98eb67200f63c50dc01ead1ddc41b5 /seapp_contexts
parent2b47c3fc351977b801d1c154bb7a8def2e784948 (diff)
downloadandroid_external_sepolicy-dd31ddfd87e37acddf875a4aa5535ea8abcb49fb.tar.gz
android_external_sepolicy-dd31ddfd87e37acddf875a4aa5535ea8abcb49fb.tar.bz2
android_external_sepolicy-dd31ddfd87e37acddf875a4aa5535ea8abcb49fb.zip
seinfo can be used to select types, and sebool is now supported.
Diffstat (limited to 'seapp_contexts')
-rw-r--r--seapp_contexts5
1 files changed, 3 insertions, 2 deletions
diff --git a/seapp_contexts b/seapp_contexts
index 088937b..71eca75 100644
--- a/seapp_contexts
+++ b/seapp_contexts
@@ -3,11 +3,11 @@
# user (string)
# seinfo (string)
# name (string)
+# sebool (string)
# isSystemServer=true can only be used once.
-# An unspecified boolean defaults to false.
+# An unspecified isSystemServer defaults to false.
# An unspecified string selector will match any value.
# A user string selector that ends in * will perform a prefix match.
-# seinfo= is only used when looking up app process security contexts.
# All specified input selectors in an entry must match (i.e. logical AND).
# Matching is case-insensitive.
# Precedence rules:
@@ -17,6 +17,7 @@
# (4) Longer user= prefix before shorter user= prefix.
# (5) Specified seinfo= string before unspecified seinfo= string.
# (6) Specified name= string before unspecified name= string.
+# (7) Specified sebool= string before unspecified sebool= string.
#
# Outputs:
# domain (string)