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