Revert 45451836bd
, made Bookwyrm unit compatible with systemd 256
This commit is contained in:
parent
45451836bd
commit
4d13feaa3d
1 changed files with 4 additions and 4 deletions
|
@ -25,16 +25,16 @@ with pkgs . kernelmaft ;
|
||||||
User=bookwyrm
|
User=bookwyrm
|
||||||
Group=bookwyrm
|
Group=bookwyrm
|
||||||
|
|
||||||
ProtectSystem="strict"
|
ProtectSystem=strict
|
||||||
ProtectHome="tmpfs"
|
ProtectHome=tmpfs
|
||||||
PrivateTmp="disconnected"
|
PrivateTmp=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
PrivateIPC=true
|
PrivateIPC=true
|
||||||
ProtectHostname=true
|
ProtectHostname=true
|
||||||
ProtectClock=true
|
ProtectClock=true
|
||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
ProtectKernelModules=true
|
ProtectKernelModules=true
|
||||||
ProtectControlGroups="strict"
|
ProtectControlGroups=true
|
||||||
RestrictNamespaces=true
|
RestrictNamespaces=true
|
||||||
LockPersonality=true
|
LockPersonality=true
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue