From 2836273f18d3975af0afdbf99cdb535130463c2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:21:27 +0100 Subject: [PATCH] Add permission changes for wrapped binaries --- browser_chromium/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser_chromium/Dockerfile b/browser_chromium/Dockerfile index b1b912f3f..778d3f053 100644 --- a/browser_chromium/Dockerfile +++ b/browser_chromium/Dockerfile @@ -59,6 +59,8 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL # Add rootfs COPY rootfs/ / +RUN chmod 777 /etc/usr/bin/wrapped-* + # Uses /bin for compatibility purposes # hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \