## Watchdog multiplexing daemon.
########################################
##
## All of the rules required to
## administrate an wdmd environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`wdmd_admin',`
gen_require(`
type wdmd_t, wdmd_initrc_exec_t, wdmd_var_run_t;
')
allow $1 wdmd_t:process { ptrace signal_perms };
ps_process_pattern($1, wdmd_t)
init_labeled_script_domtrans($1, wdmd_initrc_exec_t)
domain_system_change_exemption($1)
role_transition $2 wdmd_initrc_exec_t system_r;
allow $2 system_r;
files_search_pids($1)
admin_pattern($1, wdmd_var_run_t)
')