aboutsummaryrefslogtreecommitdiffstats
path: root/su.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-01-04 12:33:27 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2012-01-04 12:33:27 -0500
commit2dd4e51d5c2a2dfc0bfdee9303269f5a665f6e35 (patch)
tree70cf7ff792b5f782a2963f87c873b7a7ae926af4 /su.te
downloadandroid_external_sepolicy-2dd4e51d5c2a2dfc0bfdee9303269f5a665f6e35.tar.gz
android_external_sepolicy-2dd4e51d5c2a2dfc0bfdee9303269f5a665f6e35.tar.bz2
android_external_sepolicy-2dd4e51d5c2a2dfc0bfdee9303269f5a665f6e35.zip
SE Android policy.
Diffstat (limited to 'su.te')
-rw-r--r--su.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/su.te b/su.te
new file mode 100644
index 0000000..75e6214
--- /dev/null
+++ b/su.te
@@ -0,0 +1,6 @@
+type su, domain;
+type su_exec, file_type;
+domain_auto_trans(shell, su_exec, su)
+
+# su is unconfined.
+unconfined_domain(su)