From 7bda08812dd1fa5e193bcece9542f667616881cf Mon Sep 17 00:00:00 2001 From: Stefano Fancello Date: Tue, 18 Feb 2025 17:35:50 +0100 Subject: [PATCH] fix(sftp): Add portsadm permission on the node to open sftp port on update --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c94a1ff28..a3ec83e7c 100644 --- a/Containerfile +++ b/Containerfile @@ -21,7 +21,7 @@ COPY imageroot /imageroot # copy ui from ui_builder COPY --from=ui_builder /app/dist /ui ENTRYPOINT [ "/" ] -LABEL org.nethserver.authorizations="traefik@any:fulladm node:fwadm nethvoice-proxy@any:routeadm" +LABEL org.nethserver.authorizations="traefik@any:fulladm node:fwadm,portsadm nethvoice-proxy@any:routeadm" LABEL org.nethserver.tcp-ports-demand="31" LABEL org.nethserver.rootfull="0" ARG REPOBASE=ghcr.io/nethserver