selinux-policy/refpolicy/policy/systemuser

20 lines
510 B
Plaintext
Raw Normal View History

2005-09-12 15:17:39 +00:00
##################################
#
# System User configuration.
#
#
2005-09-16 19:36:10 +00:00
# gen_user(username, role_set, mls_defaultlevel, mls_range, [mcs_categories])
2005-09-12 15:17:39 +00:00
#
#
# 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.
#
2005-09-16 19:36:10 +00:00
gen_user(system_u, system_r, s0, s0 - s9:c0.c127, c0.c127)
2005-09-12 15:17:39 +00:00
# Normal users should not be added to this file,
# but instead added to the users file.