android_system_sepolicy/su.te

7 lines
123 B
Plaintext
Raw Normal View History

2012-01-04 09:33:27 -08:00
type su, domain;
type su_exec, file_type;
domain_auto_trans(shell, su_exec, su)
# su is unconfined.
unconfined_domain(su)