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:
parent
adb1ebca7b
commit
9f39148f72
1 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue