Set password length to meet VA scan requirements

This commit is contained in:
Robert Parker
2019-05-31 10:21:14 +01:00
parent a6f307c6b5
commit 81c0b70a6f
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,6 @@ RUN chmod ug+x /usr/local/bin/runmqserver \
&& chmod ug+xs /usr/local/bin/chkmq* \
&& chown -R mqm:mqm /etc/mqm/* \
&& install --directory --mode 0775 --owner mqm --group root /run/runmqserver \
&& install --directory --mode 0775 --owner mqm --group root /run/tls \
&& touch /run/termination-log \
&& chown mqm:root /run/termination-log \
&& chmod 0660 /run/termination-log