blob: 2a3d0075d6e372ca9ea4d3a1083fc65649db1977 [file] [log] [blame]
type su, domain;
type su_exec, exec_type, file_type;
domain_auto_trans(shell, su_exec, su)
# Allow dumpstate to call su on userdebug / eng builds to collect
# additional information.
domain_auto_trans(dumpstate, su_exec, su)
# su is unconfined.
unconfined_domain(su)
# su is also permissive to permit setenforce.
permissive su;