trunk: add missing varnish port.

This commit is contained in:
Chris PeBenito 2009-06-30 17:48:15 +00:00
parent 50824a99ca
commit 45b975db5b
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
policy_module(corenetwork, 1.11.8)
policy_module(corenetwork, 1.11.9)
########################################
#
@ -183,6 +183,7 @@ network_port(traceroute, udp,64000,s0, udp,64001,s0, udp,64002,s0, udp,64003,s0,
network_port(transproxy, tcp,8081,s0)
type utcpserver_port_t, port_type; dnl network_port(utcpserver) # no defined portcon
network_port(uucpd, tcp,540,s0)
network_port(varnishd, tcp,6081,s0, tcp,6082,s0)
network_port(vnc, tcp,5900,s0)
network_port(wccp, udp,2048,s0)
network_port(whois, tcp,43,s0, udp,43,s0)

View File

@ -1,5 +1,5 @@
policy_module(varnishd, 1.0.0)
policy_module(varnishd, 1.0.1)
########################################
#
@ -81,6 +81,7 @@ corenet_tcp_sendrecv_generic_if(varnishd_t)
corenet_tcp_bind_generic_node(varnishd_t)
corenet_tcp_bind_http_port(varnishd_t)
corenet_tcp_bind_http_cache_port(varnishd_t)
corenet_tcp_bind_varnishd_port(varnishd_t)
corenet_tcp_connect_http_cache_port(varnishd_t)
corenet_tcp_connect_http_port(varnishd_t)