From 9f39148f72430ef9a86631e0e78998d3498ea9ef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 27 Jan 2020 00:35:49 +0100 Subject: [PATCH] Applying recommandations https://github.com/dani-garcia/bitwarden_rs/issues/445 --- conf/systemd.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 1213d78..0cdc33a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -15,10 +15,10 @@ ExecStart=__FINALPATH__/live/bitwarden_rs LimitNOFILE=1048576 LimitNPROC=64 # Isolate bitwarden_rs from the rest of the system -PrivateTmp=true -PrivateDevices=true -ProtectHome=true -ProtectSystem=strict +# PrivateTmp=true +# PrivateDevices=true +# ProtectHome=true +# ProtectSystem=strict # Only allow writes to the following directory and set it to the working directory (user and password data are stored here) WorkingDirectory=__FINALPATH__/live/ ReadWriteDirectories=__FINALPATH__/live/