mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Ironbank] Upstream updates to entryfile permissions (#121113)
This commit is contained in:
parent
c153fb6e51
commit
78e7cdb6c2
1 changed files with 1 additions and 1 deletions
|
@ -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 {} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue