## Nessus network scanning daemon
########################################
##
## Connect to nessus over a TCP socket
##
##
##
## Domain allowed access.
##
##
#
interface(`nessus_tcp_connect',`
gen_require(`
type nessus_t;
')
allow $1 nessus_t:tcp_socket { connectto recvfrom };
allow nessus_t $1:tcp_socket { acceptfrom recvfrom };
kernel_tcp_recvfrom($1)
')