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