## HyperV key value pair (KVP).
########################################
##
## All of the rules required to
## administrate an hypervkvp environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`hypervkvp_admin',`
gen_require(`
type hypervkvpd_t, hypervkvpd_initrc_exec_t;
')
allow $1 hypervkvpd_t:process { ptrace signal_perms };
ps_process_pattern($1, hypervkvpd_t)
init_startstop_service($1, $2, hypervkvpd_t, hypervkvpd_initrc_exec_t)
')