1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Fix sandboxing

This commit is contained in:
Tagadda 2022-01-23 23:17:50 +00:00
parent d41a12b6a0
commit c1e894a6b6

View file

@ -22,7 +22,7 @@ LimitNPROC=64
# Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
PrivateTmp=yes
PrivateDevices=yes
ProtectHome=true
ProtectHome=false
ProtectSystem=strict
[Install]