##
########################################
##
## Define a specified domain as a ucspitcp service.
##
##
##
## Domain allowed access.
##
##
##
##
## The type associated with the process program.
##
##
#
interface(`ucspitcp_service_domain',`
gen_require(`
type ucspitcp_t;
role system_r;
')
domain_type($1)
domain_entry_file($1, $2)
role system_r types $1;
domtrans_pattern(ucspitcp_t, $2, $1)
')