## policy for mptcpd ######################################## ## ## Execute mptcpd_exec_t in the mptcpd domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`mptcpd_domtrans',` gen_require(` type mptcpd_t, mptcpd_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, mptcpd_exec_t, mptcpd_t) ') ###################################### ## ## Execute mptcpd in the caller domain. ## ## ## ## Domain allowed access. ## ## # interface(`mptcpd_exec',` gen_require(` type mptcpd_exec_t; ') corecmd_search_bin($1) can_exec($1, mptcpd_exec_t) ')