## Security administrator role
########################################
##
## Change to the generic user role.
##
##
##
## The prefix of the user role (e.g., user
## is the prefix for user_r).
##
##
##
#
template(`secadm_role_change_template',`
userdom_role_change_template($1, secadm)
')
########################################
##
## Change from the generic user role.
##
##
##
## Change from the generic user role to
## the specified role.
##
##
## This is a template to support third party modules
## and its use is not allowed in upstream reference
## policy.
##
##
##
##
## The prefix of the user role (e.g., user
## is the prefix for user_r).
##
##
##
#
template(`secadm_role_change_to_template',`
userdom_role_change_template(secadm, $1)
')