## NetLabel/CIPSO labeled networking management ######################################## ## ## Execute netlabel_mgmt in the netlabel_mgmt domain. ## ## ## ## Domain allowed to transition. ## ## # 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 to transition. ## ## ## ## ## Role allowed access. ## ## ## # interface(`netlabel_run_mgmt',` gen_require(` type netlabel_mgmt_t; ') netlabel_domtrans_mgmt($1) role $2 types netlabel_mgmt_t; ')