## Abstract Machine Test Utility ######################################## ## ## Execute amtu in the amtu domain. ## ## ## ## Domain allowed access. ## ## # interface(`amtu_domtrans',` gen_require(` type amtu_t, amtu_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1,amtu_exec_t,amtu_t) ') ######################################## ## ## Execute amtu in the amtu domain, and ## allow the specified role the amtu domain. ## ## ## ## Domain allowed access. ## ## ## ## ## The role to be allowed the amtu domain. ## ## ## ## ## The type of the terminal allow the amtu domain to use. ## ## # interface(`amtu_run',` gen_require(` type amtu_t; ') amtu_domtrans($1) role $2 types amtu_t; allow amtu_t $3:chr_file rw_term_perms; ')