## policy for ly ######################################## ## ## Execute ly_exec_t in the ly domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`ly_domtrans',` gen_require(` type ly_t, ly_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, ly_exec_t, ly_t) ') ###################################### ## ## Execute ly in the caller domain. ## ## ## ## Domain allowed access. ## ## # interface(`ly_exec',` gen_require(` type ly_exec_t; ') corecmd_search_bin($1) can_exec($1, ly_exec_t) ')