Unverified Commit 0b411c1e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

nixos/hostapd: add AF_PACKET to RestrictAddressFamilies
parents ea8e05be efba841a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1268,6 +1268,7 @@ in {
          "AF_INET6"
          "AF_NETLINK"
          "AF_UNIX"
          "AF_PACKET"
        ];
        RestrictNamespaces = true;
        RestrictRealtime = true;