2022-01-06 13:55:54 +00:00
|
|
|
policy_module(su)
|
2005-08-08 21:03:23 +00:00
|
|
|
|
2021-08-08 21:35: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)
|