nixos/hostapd: add AF_PACKET to RestrictAddressFamilies

This commit is contained in:
Rishi Desai 2023-07-21 21:11:14 -05:00
parent 5715a24aed
commit efba841aeb

View file

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