|
Revision 1056, 0.7 kB
(checked in by cpebenito, 3 years ago)
|
add fc mls policy
|
| Line | |
|---|
| 1 |
################################## |
|---|
| 2 |
# |
|---|
| 3 |
# User configuration. |
|---|
| 4 |
# |
|---|
| 5 |
# This file defines additional users recognized by the system security policy. |
|---|
| 6 |
# Only the user identities defined in this file and the system.users file |
|---|
| 7 |
# may be used as the user attribute in a security context. |
|---|
| 8 |
# |
|---|
| 9 |
# Each user has a set of roles that may be entered by processes |
|---|
| 10 |
# with the users identity. The syntax of a user declaration is: |
|---|
| 11 |
# |
|---|
| 12 |
# user username roles role_set [ level default_level range allowed_range ]; |
|---|
| 13 |
# |
|---|
| 14 |
# The MLS default level and allowed range should only be specified if |
|---|
| 15 |
# MLS was enabled in the policy. |
|---|
| 16 |
|
|---|
| 17 |
# sample for administrative user |
|---|
| 18 |
# user jadmin roles { staff_r sysadm_r system_r }; |
|---|
| 19 |
|
|---|
| 20 |
# sample for regular user |
|---|
| 21 |
#user jdoe roles { user_r }; |
|---|