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)