## UNIX Client-Server Program Interface for TCP. ######################################## ## ## 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; ') domain_type($1) domain_entry_file($1, $2) role system_r types $1; domtrans_pattern(ucspitcp_t, $2, $1) ')