Add permission changes for wrapped binaries

This commit is contained in:
Alexandre
2026-01-16 20:21:27 +01:00
committed by GitHub
parent b2b7173275
commit 2836273f18

View File

@@ -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 && \