1ec3d1a
## <summary>Cyphesis WorldForge game server</summary>
1ec3d1a
1ec3d1a
########################################
1ec3d1a
## <summary>
1ec3d1a
##	Execute a domain transition to run cyphesis.
1ec3d1a
## </summary>
1ec3d1a
## <param name="domain">
Chris PeBenito 9401ae1
## <summary>
Chris PeBenito 9401ae1
##	Domain allowed to transition.
Chris PeBenito 9401ae1
## </summary>
1ec3d1a
## </param>
1ec3d1a
#
1ec3d1a
interface(`cyphesis_domtrans',`
1ec3d1a
	gen_require(`
1ec3d1a
		type cyphesis_t, cyphesis_exec_t;
1ec3d1a
	')
1ec3d1a
1ec3d1a
	domtrans_pattern($1, cyphesis_exec_t, cyphesis_t)
1ec3d1a
')