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