## Sectool security audit tool.
########################################
##
## Role access for sectoolm.
##
##
##
## Role allowed access.
##
##
##
##
## User domain for the role.
##
##
#
interface(`sectoolm_role',`
gen_require(`
type sectoolm_t;
')
allow sectoolm_t $2:unix_dgram_socket sendto;
')