Blame refpolicy/policy/systemuser
|
Chris PeBenito |
712566 |
##################################
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
# System User configuration.
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
# gen_user(username, role_set, mls_defaultlevel, mls_range)
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
define(`gen_user',`
|
|
Chris PeBenito |
712566 |
user $1 roles { $2 } ifdef(`enable_mls', `level $3 range $4');
|
|
Chris PeBenito |
712566 |
')
|
|
Chris PeBenito |
712566 |
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
# system_u is the user identity for system processes and objects.
|
|
Chris PeBenito |
712566 |
# There should be no corresponding Unix user identity for system,
|
|
Chris PeBenito |
712566 |
# and a user process should never be assigned the system user
|
|
Chris PeBenito |
712566 |
# identity.
|
|
Chris PeBenito |
712566 |
#
|
|
Chris PeBenito |
712566 |
gen_user(system_u, system_r, s0, s0 - s9:c0.c127)
|
|
Chris PeBenito |
712566 |
|
|
Chris PeBenito |
712566 |
# Normal users should not be added to this file,
|
|
Chris PeBenito |
712566 |
# but instead added to the users file.
|