net/net-socket
2024-04-04 19:11:50 +02:00
..
src make datagram unix sockets work for sd_notify 2024-04-04 19:11:50 +02:00
build.gradle lift tests to module path 2024-03-04 13:54:05 +01:00
LICENSE.txt initial commit 2022-10-20 09:43:33 +02:00
NOTICE.txt initial commit 2022-10-20 09:43:33 +02:00
ping.te initial commit 2022-10-20 09:43:33 +02:00
README.md initial commit 2022-10-20 09:43:33 +02:00

net-socket

For user permissions to bind an ICMP socket on Linux, run

# sysctl -w net.ipv4.ping_group_range="0 65535"

and

# checkmodule -M -m -o ping.mod ping.te
# semodule_package -o ping.pp -m ping.mod
# semodule -i ping.pp