Commit efba841a authored by Rishi Desai's avatar Rishi Desai
Browse files

nixos/hostapd: add AF_PACKET to RestrictAddressFamilies

parent 5715a24a
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;