## NetLabel/CIPSO labeled networking management ######################################## ## ## Execute netlabel_mgmt in the netlabel_mgmt domain. ## ## ## ## Domain allowed access. ## ## # interface(`netlabel_domtrans_mgmt',` gen_require(` type netlabel_mgmt_t, netlabel_mgmt_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1,netlabel_mgmt_exec_t,netlabel_mgmt_t) ') ######################################## ## ## Execute netlabel_mgmt in the netlabel_mgmt domain, and ## allow the specified role the netlabel_mgmt domain. ## ## ## ## Domain allowed access. ## ## ## ## ## The role to be allowed the netlabel_mgmt domain. ## ## ## ## ## The type of the terminal allow the netlabel_mgmt domain to use. ## ## ## # interface(`netlabel_run_mgmt',` gen_require(` type netlabel_mgmt_t; ') netlabel_domtrans_mgmt($1) role $2 types netlabel_mgmt_t; allow netlabel_mgmt_t $3:chr_file rw_term_perms; ')