## User network interface configuration helper. ######################################## ## ## Execute usernetctl in the usernetctl domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`usernetctl_domtrans',` gen_require(` type usernetctl_t, usernetctl_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, usernetctl_exec_t, usernetctl_t) ') ######################################## ## ## Execute usernetctl in the usernetctl ## domain, and allow the specified role ## the usernetctl domain. ## ## ## ## Domain allowed to transition. ## ## ## ## ## Role allowed access. ## ## ## # interface(`usernetctl_run',` gen_require(` attribute_role usernetctl_roles; ') usernetctl_domtrans($1) roleattribute $2 usernetctl_roles; ')