selinux-policy/policy/rolemap

21 lines
396 B
Plaintext
Raw Normal View History

#
# This file contains the mappings
# used for per-userdomain template
2006-01-26 18:06:30 +00:00
# infrastructure. Each line describes
# the prefix and user domain type
# corresponding to each role.
#
2006-01-26 18:06:30 +00:00
# syntax: role prefix user_domain
#
ifdef(`strict_policy',`
user_r user user_t
staff_r staff staff_t
sysadm_r sysadm sysadm_t
ifdef(`enable_mls',`
secadm_r secadm secadm_t
auditadm_r auditadm auditadm_t
')
')