fc05ac0
##################################
fc05ac0
#
fc05ac0
# Core User configuration.
fc05ac0
#
fc05ac0
fc05ac0
#
fc05ac0
# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_catetories])
fc05ac0
#
fc05ac0
# Note: Identities without a prefix wil not be listed
fc05ac0
# in the users_extra file used by genhomedircon.
fc05ac0
fc05ac0
#
fc05ac0
# system_u is the user identity for system processes and objects.
fc05ac0
# There should be no corresponding Unix user identity for system,
fc05ac0
# and a user process should never be assigned the system user
fc05ac0
# identity.
fc05ac0
#
fc05ac0
gen_user(system_u,, system_r, s0, s0 - mls_systemhigh, mcs_allcats)
fc05ac0
fc05ac0
#
fc05ac0
# user_u is a generic user identity for Linux users who have no
fc05ac0
# SELinux user identity defined.  The modified daemons will use
fc05ac0
# this user identity in the security context if there is no matching
fc05ac0
# SELinux user identity for a Linux user.  If you do not want to
fc05ac0
# permit any access to such users, then remove this entry.
fc05ac0
#
fc05ac0
gen_user(user_u, user, user_r, s0, s0)
fc05ac0
gen_user(staff_u, user, staff_r system_r sysadm_r secadm_r auditadm_r, s0, s0 - mls_systemhigh, mcs_allcats)
fc05ac0
gen_user(sysadm_u, user, sysadm_r, s0, s0 - mls_systemhigh, mcs_allcats)
fc05ac0
fc05ac0
#
fc05ac0
# The following users correspond to Unix identities.
fc05ac0
# These identities are typically assigned as the user attribute
fc05ac0
# when login starts the user shell.  Users with access to the sysadm_r
fc05ac0
# role should use the staff_r role instead of the user_r role when
fc05ac0
# not in the sysadm_r.
fc05ac0
#
fc05ac0
gen_user(root, user, sysadm_r staff_r secadm_r auditadm_r system_r, s0, s0 - mls_systemhigh, mcs_allcats)