From 958143f24f2bd32baadeb369d4eb6c5cf8ea4655 Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Tue, 11 Feb 2025 09:52:43 +0100 Subject: [PATCH] Disable chromium sandbox, makes execution as root possible --- includes/etc/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/etc/environment b/includes/etc/environment index dee8389..f00e250 100644 --- a/includes/etc/environment +++ b/includes/etc/environment @@ -3,3 +3,4 @@ LC_ALL=es_ES.UTF-8@euro LANG=es_ES.UTF-8@euro LANGUAGE=es_ES.UTF-8@euro XDG_RUNTIME_DIR=/run/user/0 +QTENGINE_CHROMIUM_FLAGS=--no-sandbox