[Ironbank] Upstream updates to entryfile permissions (#121113)

This commit is contained in:
Tyler Smalley 2021-12-13 11:43:38 -08:00 committed by GitHub
parent c153fb6e51
commit 78e7cdb6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml
# Add the launcher/wrapper script. It knows how to interpret environment
# variables and translate them to Kibana CLI options.
COPY bin/kibana-docker /usr/local/bin/
COPY --chmod=755 bin/kibana-docker /usr/local/bin/
# Remove the suid bit everywhere to mitigate "Stack Clash"
RUN find / -xdev -perm -4000 -exec chmod u-s {} +