missing tcp connect for http cache

This commit is contained in:
Chris PeBenito 2006-07-12 13:17:24 +00:00
parent 85311bfffc
commit b6a9bc3555
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
policy_module(squid,1.1.2)
policy_module(squid,1.1.3)
########################################
#
@ -85,6 +85,7 @@ corenet_tcp_bind_gopher_port(squid_t)
corenet_tcp_connect_ftp_port(squid_t)
corenet_tcp_connect_gopher_port(squid_t)
corenet_tcp_connect_http_port(squid_t)
corenet_tcp_connect_http_cache_port(squid_t)
corenet_sendrecv_http_client_packets(squid_t)
corenet_sendrecv_ftp_client_packets(squid_t)
corenet_sendrecv_gopher_client_packets(squid_t)