forked from mirrors_public/oddlama_nix-config
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;
|
ProtectHostname = true;
|
||||||
# Would re-mount paths ignored by temporary root
|
# Would re-mount paths ignored by temporary root
|
||||||
#ProtectSystem = "strict";
|
#ProtectSystem = "strict";
|
||||||
ProtectControlGroups = true;
|
# ProtectControlGroups = true; # needed for restarter script
|
||||||
ProtectKernelLogs = true;
|
ProtectKernelLogs = true;
|
||||||
ProtectKernelModules = true;
|
ProtectKernelModules = true;
|
||||||
ProtectKernelTunables = true;
|
# ProtectKernelTunables = true; # needed for restarter script
|
||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
RestrictAddressFamilies = [];
|
RestrictAddressFamilies = [];
|
||||||
RestrictNamespaces = true;
|
RestrictNamespaces = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue