Commit e76ee720 authored by kashw2's avatar kashw2
Browse files

nixos/flood: add `AF_NETLINK` to `RestrictedAddressFamilies`

parent 7a0aafa5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ in
          "AF_UNIX"
          "AF_INET"
          "AF_INET6"
          "AF_NETLINK"
        ];
        RestrictNamespaces = true;
        RestrictRealtime = true;