selinux-refpolicy/policy/modules/admin/sectoolm.if

25 lines
461 B
Plaintext

## <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;
')