mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
nixos/hostapd: add AF_PACKET to RestrictAddressFamilies
This commit is contained in:
parent
5715a24aed
commit
efba841aeb
@ -1268,6 +1268,7 @@ in {
|
||||
"AF_INET6"
|
||||
"AF_NETLINK"
|
||||
"AF_UNIX"
|
||||
"AF_PACKET"
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
Loading…
Reference in New Issue
Block a user