File: rolemap

package info (click to toggle)
refpolicy 0.0.20061018-5
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 7,488 kB
  • ctags: 415
  • sloc: xml: 55,156; python: 1,867; makefile: 463; sh: 457; ansic: 290; perl: 171; sed: 14; awk: 7
file content (20 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# This file contains the mappings
# used for per-userdomain template
# infrastructure.  Each line describes
# the prefix and user domain type
# corresponding to each role.
#
# 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
	')
')