20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
|
## <summary>Cyphesis WorldForge game server</summary>
|
||
|
|
||
|
########################################
|
||
|
## <summary>
|
||
|
## Execute a domain transition to run cyphesis.
|
||
|
## </summary>
|
||
|
## <param name="domain">
|
||
|
## <summary>
|
||
|
## Domain allowed to transition.
|
||
|
## </summary>
|
||
|
## </param>
|
||
|
#
|
||
|
interface(`cyphesis_domtrans',`
|
||
|
gen_require(`
|
||
|
type cyphesis_t, cyphesis_exec_t;
|
||
|
')
|
||
|
|
||
|
domtrans_pattern($1, cyphesis_exec_t, cyphesis_t)
|
||
|
')
|