## Port of Apple Rendezvous multicast DNS
########################################
##
## Send generic signals to howl.
##
##
##
## Domain allowed access.
##
##
#
interface(`howl_signal',`
gen_require(`
type howl_t;
')
allow $1 howl_t:process signal;
')