## 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;
')
########################################
##
## All of the rules required to
## administrate an howl environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`howl_admin',`
gen_require(`
type howl_t, howl_initrc_exec_t, howl_runtime_t;
')
allow $1 howl_t:process { ptrace signal_perms };
ps_process_pattern($1, howl_t)
init_startstop_service($1, $2, howl_t, howl_initrc_exec_t)
files_search_pids($1)
admin_pattern($1, howl_runtime_t)
')