aboutsummaryrefslogtreecommitdiff
blob: 9e9663b5be47cd7580a557b6f8ba52f28e99a030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## <summary>Sectool security audit tool.</summary>

########################################
## <summary>
##	Role access for sectoolm.
## </summary>
## <param name="role" unused="true">
##	<summary>
##	Role allowed access.
##	</summary>
## </param>
## <param name="domain">
##	<summary>
##	User domain for the role.
##	</summary>
## </param>
#
interface(`sectoolm_role',`
	gen_require(`
		type sectoolm_t;
	')

	allow sectoolm_t $2:unix_dgram_socket sendto;
')