UNCLASSIFIED

Commit 313b3a32 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

remove sticky bit

parent b11b735b
Pipeline #394040 passed with stages
in 8 minutes and 47 seconds
......@@ -54,6 +54,10 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions ${HOME} -P && \
rpm-file-permissions
# Remove sticky bit
RUN chmod g-s /usr/libexec/openssh/ssh-keysign
# set user to ensure image not running as root
USER 1001
ENTRYPOINT ["/usr/bin/container-entrypoint"]
......
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