## Netcf network configuration tool (ncftool). ######################################## ## ## Execute a domain transition to run ncftool. ## ## ## ## Domain allowed to transition. ## ## # interface(`ncftool_domtrans',` gen_require(` type ncftool_t, ncftool_exec_t; ') 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 ## ## ## ## ## The role to be allowed the ncftool domain. ## ## # interface(`ncftool_run',` gen_require(` type ncftool_t; #attribute_role ncftool_roles; ') #ncftool_domtrans($1) #roleattribute $2 ncftool_roles; ncftool_domtrans($1) role $2 types ncftool_t; optional_policy(` brctl_run(ncftool_t, $2) ') ')