mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/hostapd: add AF_PACKET to RestrictAddressFamilies
This commit is contained in:
parent
5715a24aed
commit
efba841aeb
1 changed files with 1 additions and 0 deletions
|
@ -1268,6 +1268,7 @@ in {
|
||||||
"AF_INET6"
|
"AF_INET6"
|
||||||
"AF_NETLINK"
|
"AF_NETLINK"
|
||||||
"AF_UNIX"
|
"AF_UNIX"
|
||||||
|
"AF_PACKET"
|
||||||
];
|
];
|
||||||
RestrictNamespaces = true;
|
RestrictNamespaces = true;
|
||||||
RestrictRealtime = true;
|
RestrictRealtime = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue