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