From 30604db869e3f54e381b956a926131f9a8f65d3b Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sat, 9 Sep 2023 22:42:53 +0200 Subject: [PATCH] hedgedoc: makee usable on bookworm --- bundles/hedgedoc/files/hedgedoc.service | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundles/hedgedoc/files/hedgedoc.service b/bundles/hedgedoc/files/hedgedoc.service index 2bd0de4..5bafd07 100644 --- a/bundles/hedgedoc/files/hedgedoc.service +++ b/bundles/hedgedoc/files/hedgedoc.service @@ -33,7 +33,11 @@ ProtectSystem=strict ProtectHome=true PrivateTmp=true SystemCallArchitectures=native -SystemCallFilter=@system-service +# FIXME +# causes problems on bookworm +# see https://github.com/hedgedoc/hedgedoc/issues/4686 +# cmmented out for now ... +#SystemCallFilter=@system-service # You may have to adjust these settings User=hedgedoc