From f3ea0ee978ee99a9badb866a05759bd33325fc57 Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Tue, 9 Dec 2025 15:34:46 +0100 Subject: [PATCH] fix: slow kit jail error server audit in collabora --- weboffice/collabora.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/weboffice/collabora.yml b/weboffice/collabora.yml index ce6e9bd..4341be3 100644 --- a/weboffice/collabora.yml +++ b/weboffice/collabora.yml @@ -66,7 +66,9 @@ services: username: ${COLLABORA_ADMIN_USER:-admin} password: ${COLLABORA_ADMIN_PASSWORD:-admin} cap_add: - - MKNOD + - SYS_ADMIN + security_opt: + - seccomp=unconfined volumes: # Mount local TrueType fonts so the container can use system fonts # (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).