selinux-policy/refpolicy/policy/modules/services/howl.if
2005-11-25 16:43:03 +00:00

18 lines
325 B
Plaintext

## <summary>Port of Apple Rendezvous multicast DNS</summary>
########################################
## <summary>
## Send generic signals to howl.
## </summary>
## <param name="domain">
## Domain allowed access.
## </param>
#
interface(`howl_signal',`
gen_require(`
type howl_t;
')
allow $1 howl_t:process signal;
')