commit | 2dd4e51d5c2a2dfc0bfdee9303269f5a665f6e35 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jan 04 12:33:27 2012 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jan 04 12:33:27 2012 -0500 |
tree | 70cf7ff792b5f782a2963f87c873b7a7ae926af4 |
SE Android policy.
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)