aboutsummaryrefslogtreecommitdiff
blob: c78a569c3be7fd108feb19d016f9af15dfcb69f7 (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">
##	<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;
')