## RAID array management tools. ######################################## ## ## Execute software raid tools in ## the mdadm domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`raid_domtrans_mdadm',` gen_require(` type mdadm_t, mdadm_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, mdadm_exec_t, mdadm_t) ') ###################################### ## ## Execute mdadm in the mdadm ## domain, and allow the specified ## role the mdadm domain. ## ## ## ## Role allowed access. ## ## ## ## ## Domain allowed to transition. ## ## # interface(`raid_run_mdadm',` gen_require(` type mdadm_t; ') raid_domtrans_mdadm($2) role $1 types mdadm_t; ') ######################################## ## ## Create, read, write, and delete ## mdadm pid files. ## ## ## ## Domain allowed access. ## ## # interface(`raid_manage_mdadm_pid',` gen_require(` type mdadm_var_run_t; ') allow $1 mdadm_var_run_t:file manage_file_perms; ') ######################################## ## ## All of the rules required to ## administrate an mdadm environment. ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`raid_admin_mdadm',` gen_require(` type mdadm_t, mdadm_initrc_exec_t, mdadm_var_run_t; ') allow $1 mdadm_t:process { ptrace signal_perms }; ps_process_pattern($1, mdadm_t) init_labeled_script_domtrans($1, mdadm_initrc_exec_t) domain_system_change_exemption($1) role_transition $2 mdadm_initrc_exec_t system_r; allow $2 system_r; files_search_pids($1) admin_pattern($1, mdadm_var_run_t) ')