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

Applying recommandations

https://github.com/dani-garcia/bitwarden_rs/issues/445
This commit is contained in:
yalh76 2020-01-27 00:35:49 +01:00
parent adb1ebca7b
commit 9f39148f72

View file

@ -15,10 +15,10 @@ ExecStart=__FINALPATH__/live/bitwarden_rs
LimitNOFILE=1048576 LimitNOFILE=1048576
LimitNPROC=64 LimitNPROC=64
# Isolate bitwarden_rs from the rest of the system # Isolate bitwarden_rs from the rest of the system
PrivateTmp=true # PrivateTmp=true
PrivateDevices=true # PrivateDevices=true
ProtectHome=true # ProtectHome=true
ProtectSystem=strict # ProtectSystem=strict
# Only allow writes to the following directory and set it to the working directory (user and password data are stored here) # Only allow writes to the following directory and set it to the working directory (user and password data are stored here)
WorkingDirectory=__FINALPATH__/live/ WorkingDirectory=__FINALPATH__/live/
ReadWriteDirectories=__FINALPATH__/live/ ReadWriteDirectories=__FINALPATH__/live/