UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit c7c8a928 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Remove sticky bit

parent 82db16e4
Pipeline #220460 passed with stages
in 29 minutes and 5 seconds
......@@ -73,9 +73,8 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions ${HOME} -P && \
rpm-file-permissions
RUN ls -la /usr/libexec/openssh/ssh-keysign
# Remove sticky bit
RUN chmod g-s /usr/libexec/openssh/ssh-keysign
RUN ls -la /usr/libexec/openssh/ssh-keysign
ENTRYPOINT ["/usr/bin/container-entrypoint"]
USER 1001
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment