From 45d0ef69c6a81a14a03fa839db1f63054912f77a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:52:51 +0100 Subject: [PATCH] further test --- conf/bookwyrm-server.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index a98c4d0..374561f 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -15,11 +15,11 @@ ProtectSystem=strict ProtectHome=tmpfs InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes -#TemporaryFileSystem=/var /run -#PrivateUsers=true +TemporaryFileSystem=/var +PrivateUsers=true PrivateDevices=true -#BindReadOnlyPaths=__INSTALL_DIR__ -#BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql +BindReadOnlyPaths=__INSTALL_DIR__ +BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql LockPersonality=yes MemoryDenyWriteExecute=true PrivateMounts=true