aboutsummaryrefslogtreecommitdiffstats
path: root/su.te
blob: ca9fcc23701eaedcf9ce8a157bf9a54df1cd70b9 (plain)
1
2
3
4
5
6
7
type su, domain;
permissive su;
type su_exec, file_type;
domain_auto_trans(shell, su_exec, su)

# su is unconfined.
unconfined_domain(su)