selinux-policy/targeted/rbac
2005-10-21 18:05:21 +00:00

27 lines
657 B
Plaintext

################################################
#
# Role-based access control (RBAC) configuration.
#
########################################
#
# Role allow rules.
#
# A role allow rule specifies the allowable
# transitions between roles on an execve.
# If no rule is specified, then the change in
# roles will not be permitted. Additional
# controls over role transitions based on the
# type of the process may be specified through
# the constraints file.
#
# The syntax of a role allow rule is:
# allow current_role new_role ;
#
allow sysadm_r system_r;
allow user_r system_r;
allow user_r sysadm_r;
allow sysadm_r user_r;
allow system_r sysadm_r;