From 01eef6007e8ed0ccf76e2129c313497c5985dcae Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:40:38 +0100 Subject: [PATCH] disable InaccessiblePaths for test --- conf/bookwyrm-server.service | 2 +- conf/bookwyrm-worker.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index b03664b..c4858e9 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -13,7 +13,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127 ProtectSystem=strict ProtectHome=tmpfs -InaccessiblePaths=-/media -/mnt -/srv +#InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes TemporaryFileSystem=/var /run PrivateUsers=true diff --git a/conf/bookwyrm-worker.service b/conf/bookwyrm-worker.service index 07945fa..7731f25 100644 --- a/conf/bookwyrm-worker.service +++ b/conf/bookwyrm-worker.service @@ -13,7 +13,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery -A celerywyrm worker -l info -Q high_p ProtectSystem=strict ProtectHome=tmpfs -InaccessiblePaths=-/media -/mnt -/srv +#InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes TemporaryFileSystem=/var /run PrivateUsers=true