initial commit

This commit is contained in:
Chris PeBenito 2005-06-01 14:37:51 +00:00
parent e32d52ba47
commit 7555aab027
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
##################################
#
# User configuration.
#
# This file defines additional users recognized by the system security policy.
# Only the user identities defined in this file and the system.users file
# may be used as the user attribute in a security context.
#
# Each user has a set of roles that may be entered by processes
# with the users identity. The syntax of a user declaration is:
#
# user username roles role_set [ level default_level range allowed_range ];
#
# The MLS default level and allowed range should only be specified if
# MLS was enabled in the policy.
user user_u roles { user_r };
user root roles { sysadm_r staff_r };
# sample for administrative user
# user jadmin roles { staff_r sysadm_r };
# sample for regular user
#user jdoe roles { user_r };