From efba841aeb5d3b71384ccda561aa068ea9ab75f1 Mon Sep 17 00:00:00 2001 From: Rishi Desai Date: Fri, 21 Jul 2023 21:11:14 -0500 Subject: nixos/hostapd: add AF_PACKET to RestrictAddressFamilies --- nixos/modules/services/networking/hostapd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix index 45e32dc3b31..0a6c3f2a656 100644 --- a/nixos/modules/services/networking/hostapd.nix +++ b/nixos/modules/services/networking/hostapd.nix @@ -1268,6 +1268,7 @@ in { "AF_INET6" "AF_NETLINK" "AF_UNIX" + "AF_PACKET" ]; RestrictNamespaces = true; RestrictRealtime = true; -- cgit 1.4.1