Chris PeBenito 4ace0f
#
Chris PeBenito 4ace0f
# This file contains the mappings
Chris PeBenito 4ace0f
# used for per-userdomain template
Chris PeBenito 8c4989
# infrastructure.  Each line describes
Chris PeBenito 8c4989
# the prefix and user domain type
Chris PeBenito 8c4989
# corresponding to each role.
Chris PeBenito 4ace0f
#
Chris PeBenito 8c4989
# syntax: role prefix user_domain
Chris PeBenito 4ace0f
#
Chris PeBenito 4ace0f
Chris PeBenito 4ace0f
ifdef(`strict_policy',`
Chris PeBenito 4ace0f
	user_r user user_t
Chris PeBenito 4ace0f
	staff_r staff staff_t
Chris PeBenito 4ace0f
	sysadm_r sysadm sysadm_t
Chris PeBenito 4ace0f
Chris PeBenito 4ace0f
	ifdef(`enable_mls',`
Chris PeBenito 4ace0f
		secadm_r secadm secadm_t
Chris PeBenito 4ace0f
	')
Chris PeBenito 4ace0f
')