Skip to content

Commit

Permalink
Merge pull request #18 from boinkor-net/fix-protect-proc
Browse files Browse the repository at this point in the history
nixos: set systemd service's ProtectProc setting to "noaccess"
  • Loading branch information
antifuchs authored Aug 11, 2023
2 parents d2a0f93 + 201d4a5 commit 6b1d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;
ProtectProc = true;
ProtectProc = "noaccess";
ProtectKernelModules = true;
ProtectHostname = true;
ProtectKernelLogs = true;
Expand Down

0 comments on commit 6b1d972

Please sign in to comment.