selinux-policy/refpolicy/policy/users
2005-06-01 17:40:22 +00:00

32 lines
1.0 KiB
Plaintext

##################################
#
# Core User configuration.
#
#
# system_u is the user identity for system processes and objects.
# There should be no corresponding Unix user identity for system,
# and a user process should never be assigned the system user
# identity.
#
user system_u roles system_r user_mls(s0,s0 - s9:c0.c127);
#
# user_u is a generic user identity for Linux users who have no
# SELinux user identity defined. The modified daemons will use
# this user identity in the security context if there is no matching
# SELinux user identity for a Linux user. If you do not want to
# permit any access to such users, then remove this entry.
#
user user_u roles { user_r } user_mls(s0,s0 - s9:c0.c127);
#
# The following users correspond to Unix identities.
# These identities are typically assigned as the user attribute
# when login starts the user shell. Users with access to the sysadm_r
# role should use the staff_r role instead of the user_r role when
# not in the sysadm_r.
#
user root roles { sysadm_r staff_r } user_mls(s0,s0 - s9:c0.c127);