## Open source implementation of the Service Availability Forum Hardware Platform Interface.
########################################
##
## All of the rules required to
## administrate an openhpi environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`openhpi_admin',`
gen_require(`
type openhpid_t, openhpid_initrc_exec_t, openhpid_var_lib_t;
type openhpid_runtime_t;
')
allow $1 openhpid_t:process { ptrace signal_perms };
ps_process_pattern($1, openhpid_t)
init_startstop_service($1, $2, openhpid_t, openhpid_initrc_exec_t)
files_search_var_lib($1)
admin_pattern($1, openhpid_var_lib_t)
files_search_pids($1)
admin_pattern($1, openhpid_runtime_t)
')