android_system_sepolicy/su.te
2012-01-04 12:33:27 -05:00

7 lines
123 B
Plaintext

type su, domain;
type su_exec, file_type;
domain_auto_trans(shell, su_exec, su)
# su is unconfined.
unconfined_domain(su)