1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix(kanidm): allow restarter to run

This commit is contained in:
oddlama 2023-10-18 01:07:56 +02:00
parent c2e05c374f
commit a226ecb27f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -88,10 +88,10 @@
ProtectHostname = true;
# Would re-mount paths ignored by temporary root
#ProtectSystem = "strict";
ProtectControlGroups = true;
# ProtectControlGroups = true; # needed for restarter script
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernelTunables = true;
# ProtectKernelTunables = true; # needed for restarter script
ProtectProc = "invisible";
RestrictAddressFamilies = [];
RestrictNamespaces = true;