From c9644c3fd7eaed6083aa573b12ad6946fa97f43a Mon Sep 17 00:00:00 2001 From: Sarah Date: Sun, 17 Oct 2021 13:56:16 +0200 Subject: [PATCH] Release restrictions a bit. --- module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/module.nix b/module.nix index f44f781..06981d1 100644 --- a/module.nix +++ b/module.nix @@ -88,7 +88,6 @@ in ProtectKernelModules = true; ProtectKernelLogs = true; ProtectControlGroups = true; - RestrictAddressFamilies = [ "AF_INET" "AF_UNIX" ]; RestrictNamespaces = ""; NoNewPrivileges = true;