## Kernel Samepage Merging Tuning Daemon.
########################################
##
## Execute a domain transition to run ksmtuned.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`ksmtuned_domtrans',`
gen_require(`
type ksmtuned_t, ksmtuned_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, ksmtuned_exec_t, ksmtuned_t)
')
########################################
##
## Execute ksmtuned server in
## the ksmtuned domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`ksmtuned_initrc_domtrans',`
gen_require(`
type ksmtuned_initrc_exec_t;
')
init_labeled_script_domtrans($1, ksmtuned_initrc_exec_t)
')
########################################
##
## All of the rules required to
## administrate an ksmtuned environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`ksmtuned_admin',`
gen_require(`
type ksmtuned_t, ksmtuned_var_run_t;
type ksmtuned_initrc_exec_t, ksmtuned_log_t;
')
init_startstop_service($1, $2, ksmtuned_t, ksmtuned_initrc_exec_t)
allow $1 ksmtuned_t:process { ptrace signal_perms };
ps_process_pattern($1, ksmtuned_t)
files_list_pids($1)
admin_pattern($1, ksmtuned_var_run_t)
logging_search_logs($1)
admin_pattern($1, ksmtuned_log_t)
')