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:
parent
c2e05c374f
commit
a226ecb27f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue