## policy for numad ######################################## ## ## Transition to numad. ## ## ## ## Domain allowed to transition. ## ## # interface(`numad_domtrans',` gen_require(` type numad_t, numad_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, numad_exec_t, numad_t) ') ######################################## ## ## All of the rules required to administrate ## an numad environment ## ## ## ## Domain allowed access. ## ## # interface(`numad_admin',` gen_require(` type numad_t; ') allow $1 numad_t:process { ptrace signal_perms }; ps_process_pattern($1, numad_t) ')