nixos/flood: add AF_NETLINK to RestrictedAddressFamilies

This commit is contained in:
kashw2
2026-04-14 19:03:42 +10:00
parent 7a0aafa5f9
commit e76ee72067
+1
View File
@@ -80,6 +80,7 @@ in
"AF_UNIX"
"AF_INET"
"AF_INET6"
"AF_NETLINK"
];
RestrictNamespaces = true;
RestrictRealtime = true;