## Cross-platform network configuration library. ######################################## ## ## Execute a domain transition to run ncftool. ## ## ## ## Domain allowed to transition. ## ## # interface(`ncftool_domtrans',` gen_require(` type ncftool_t, ncftool_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, ncftool_exec_t, ncftool_t) ') ######################################## ## ## Execute ncftool in the ncftool ## domain, and allow the specified ## role the ncftool domain. ## ## ## ## Domain allowed access ## ## ## ## ## Role allowed access. ## ## # interface(`ncftool_run',` gen_require(` type ncftool_t; attribute_role ncftool_roles; ') ncftool_domtrans($1) roleattribute $2 ncftool_roles; ')