From 15ca0509a9cd83b46916cc2492e83b57de847605 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Jul 2022 15:33:44 -0700 Subject: [PATCH] Remove protections--it's running as user anyway --- module.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/module.nix b/module.nix index 5fac1bc..1f94519 100644 --- a/module.nix +++ b/module.nix @@ -66,16 +66,6 @@ in { --time-to-idle=${toString cfg.time-to-idle} \ --delay-time=${toString cfg.delay-time} ''; - PrivateTmp = true; - PrivateDevices = true; - ProtectSystem = "strict"; - ProtectControlGroups = true; - ProtectKernelTunables = true; - ProtectKernelModules = true; - ProtectHostname = true; - ProtectHome = true; - ProtectClock = true; - ProtectKernelLogs = true; Restart = "always"; StandardOutput = "journal"; };