## ucspitcp policy ## ##

## Policy for DJB's ucspi-tcpd ##

##
######################################## ## ## 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; domain_auto_trans(ucspitcp_t, $2, $1) allow $1 ucspitcp_t:fd use; allow $1 ucspitcp_t:process sigchld; allow $1 ucspitcp_t:tcp_socket rw_stream_socket_perms; ')