## Run .NET server and client applications on Linux. ######################################## ## ## Execute the mono program in the mono domain. ## ## ## ## Domain allowed access. ## ## # interface(`mono_domtrans',` gen_require(` type mono_t, mono_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, mono_exec_t, mono_t) ') ######################################## ## ## Execute the mono program in the caller domain. ## ## ## ## Domain allowed access. ## ## # interface(`mono_exec',` gen_require(` type mono_t, mono_exec_t; ') corecmd_search_bin($1) can_exec($1, mono_exec_t) ')