## policy for cyphesis ######################################## ## ## Execute a domain transition to run cyphesis. ## ## ## ## Domain allowed to transition. ## ## # interface(`cyphesis_domtrans',` gen_require(` type cyphesis_t, cyphesis_exec_t; ') domain_auto_trans($1,cyphesis_exec_t,cyphesis_t) allow $1 cyphesis_t:fd use; allow cyphesis_t $1:fd use; allow cyphesis_t $1:fifo_file rw_file_perms; allow cyphesis_t $1:process sigchld; ')