net/net-socket
Jörg Prante 50ab831929
Some checks are pending
CodeQL / Analyze (push) Waiting to run
playing with socket of systemd journal
2025-03-06 16:32:50 +01:00
..
src playing with socket of systemd journal 2025-03-06 16:32:50 +01: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