selinux-policy/policy/modules/services/howl.if
2006-07-12 20:32:27 +00:00

20 lines
352 B
Plaintext

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