From 45696ab282bf546071452e0fb12d62ade704d75f Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Apr 27 2010 13:31:30 +0000 Subject: Add missing secmark rules in ntop, from Dominick Grift. --- diff --git a/policy/modules/services/ntop.te b/policy/modules/services/ntop.te index 92e1e0b..0f03ba0 100644 --- a/policy/modules/services/ntop.te +++ b/policy/modules/services/ntop.te @@ -1,5 +1,5 @@ -policy_module(ntop, 1.8.2) +policy_module(ntop, 1.8.3) ######################################## # @@ -77,6 +77,9 @@ corenet_udp_sendrecv_all_ports(ntop_t) corenet_tcp_bind_ntop_port(ntop_t) corenet_tcp_connect_ntop_port(ntop_t) corenet_tcp_connect_http_port(ntop_t) +corenet_sendrecv_http_client_packets(ntop_t) +corenet_sendrecv_ntop_client_packets(ntop_t) +corenet_sendrecv_ntop_server_packets(ntop_t) dev_read_sysfs(ntop_t) dev_rw_generic_usb_dev(ntop_t)