## bacula backup program ######################################## ## ## Execute user interfaces in the bacula_admin domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`bacula_admin_domtrans',` gen_require(` type bacula_admin_t, bacula_admin_exec_t; ') domtrans_pattern($1, bacula_admin_exec_t, bacula_admin_t) ') ######################################## ## ## Execute user interfaces in the bacula_admin domain, and ## allow the specified role to transition to the bacula_admin domain. ## ## ## ## Domain allowed to transition. ## ## ## ## ## Role allowed access. ## ## ## # interface(`bacula_admin_run',` gen_require(` type bacula_admin_t; ') bacula_admin_domtrans($1) role $2 types bacula_admin_t; ')