## Standards Based Linux Instrumentation for Manageability. ######################################## ## ## Execute gatherd in the gatherd domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`sblim_domtrans_gatherd',` gen_require(` type sblim_gatherd_t, sblim_gatherd_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, sblim_gatherd_exec_t, sblim_gatherd_t) ') ######################################## ## ## Read gatherd PID files. ## ## ## ## Domain allowed access. ## ## # interface(`sblim_read_pid_files',` gen_require(` type sblim_var_run_t; ') files_search_pids($1) allow $1 sblim_var_run_t:file read_file_perms; ') ######################################## ## ## All of the rules required to ## administrate an sblim environment. ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`sblim_admin',` gen_require(` type sblim_gatherd_t, sblim_initrc_exec_t, sblim_reposd_t; type sblim_var_run_t; ') allow $1 { sblim_gatherd_t sblim_reposd_t }:process { ptrace signal_perms }; ps_process_pattern($1, { sblim_gatherd_t sblim_reposd_t }) init_labeled_script_domtrans($1, sblim_initrc_exec_t) domain_system_change_exemption($1) role_transition $2 sblim_initrc_exec_t system_r; allow $2 system_r; files_search_pids($1) admin_pattern($1, sblim_var_run_t) ')