31 lines
417 B
Plaintext
31 lines
417 B
Plaintext
|
|
policy_module(staff, 1.0.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
role staff_r;
|
|
|
|
userdom_unpriv_user_template(staff)
|
|
|
|
########################################
|
|
#
|
|
# Local policy
|
|
#
|
|
|
|
optional_policy(`
|
|
auditadm_role_change_template(staff)
|
|
')
|
|
|
|
optional_policy(`
|
|
secadm_role_change_template(staff)
|
|
')
|
|
|
|
optional_policy(`
|
|
sysadm_role_change_template(staff)
|
|
sysadm_dontaudit_use_terms(staff_t)
|
|
')
|
|
|