netutils: allow ping to send and receive ICMP packets

Let ping send and receive ICMP packets when Netfilter SECMARK packet
labeling is active.

Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
This commit is contained in:
Topi Miettinen 2020-05-04 12:43:18 +03:00
parent 4f846ea99d
commit a614e755ae
No known key found for this signature in database
GPG Key ID: 87E1A51C590B0577
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ allow ping_t self:netlink_route_socket create_netlink_socket_perms;
corenet_all_recvfrom_unlabeled(ping_t)
corenet_all_recvfrom_netlabel(ping_t)
corenet_sendrecv_icmp_packets(ping_t)
corenet_tcp_sendrecv_generic_if(ping_t)
corenet_raw_sendrecv_generic_if(ping_t)
corenet_raw_sendrecv_generic_node(ping_t)