## Cyphesis WorldForge game server
########################################
##
## Execute a domain transition to run cyphesis.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`cyphesis_domtrans',`
gen_require(`
type cyphesis_t, cyphesis_exec_t;
')
domtrans_pattern($1, cyphesis_exec_t, cyphesis_t)
')