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