Merge pull request #244750 from therishidesai/rdesai/fix-hostapd-hardening

nixos/hostapd: add AF_PACKET to RestrictAddressFamilies
This commit is contained in:
Nick Cao 2023-07-21 21:16:22 -06:00 committed by GitHub
commit 0b411c1e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1268,6 +1268,7 @@ in {
"AF_INET6"
"AF_NETLINK"
"AF_UNIX"
"AF_PACKET"
];
RestrictNamespaces = true;
RestrictRealtime = true;