selinux-refpolicy/policy/modules/admin/su.te

20 lines
380 B
Plaintext
Raw Normal View History

policy_module(su)
2005-08-08 21:03:23 +00:00
## <desc>
## <p>
## Determine whether the user application
## exec domain attribute should be respected
## for su access. If not enabled, only user
## domains themselves may use su.
## </p>
## </desc>
gen_tunable(su_allow_user_exec_domains, false)
2005-08-08 21:03:23 +00:00
########################################
#
# Declarations
#
2006-03-30 14:58:16 +00:00
type su_exec_t;
2006-05-10 18:08:40 +00:00
corecmd_executable_file(su_exec_t)