Blob Blame History Raw
## <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;
')