Skip to content

Commit

Permalink
Remove ProtectSystem from service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pedorich-n committed Mar 30, 2024
1 parent 6d3cf45 commit f2e8d91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/nixos-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ in
ProtectKernelTunables = true;
ProtectKernelLogs = true;
ProtectControlGroups = true;
ProtectSystem = "strict";
RestrictSUIDSGID = true;
RestrictNamespaces = true;
ProtectClock = true;
NoNewPrivileges = true;
CapabilityBoundingSet = [ "" ];
CapabilityBoundingSet = [ ];
};
};
};
Expand Down

0 comments on commit f2e8d91

Please sign in to comment.