File: finger.if

package info (click to toggle)
refpolicy 2%3A2.20110726-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,744 kB
  • sloc: xml: 89,354; python: 2,357; makefile: 498; ansic: 290; perl: 238; sh: 217; sed: 15; awk: 7
file content (19 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## <summary>Finger user information service.</summary>

########################################
## <summary>
##	Execute fingerd in the fingerd domain.
## </summary>
## <param name="domain">
##	<summary>
##	Domain allowed to transition.
##	</summary>
## </param>
#
interface(`finger_domtrans',`
	gen_require(`
		type fingerd_t, fingerd_exec_t;
	')

	domtrans_pattern($1, fingerd_exec_t, fingerd_t)
')