## Audit administrator role
########################################
##
## Change to the audit administrator role.
##
##
##
## Role allowed access.
##
##
##
#
interface(`auditadm_role_change',`
gen_require(`
role auditadm_r;
')
allow $1 auditadm_r;
')
########################################
##
## Change from the audit administrator role.
##
##
##
## Change from the audit administrator role to
## the specified role.
##
##
## This is an interface to support third party modules
## and its use is not allowed in upstream reference
## policy.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`auditadm_role_change_to',`
gen_require(`
role auditadm_r;
')
allow auditadm_r $1;
')