Added lines to Dockerfile for mitigating VAT findings Development - Master
These are the lines added to the Dockerfile for mitigating the VAT findings:
&& chmod g-s /usr/lib/mc/cons.saver # Removing SGID for VAT finding \
&& chmod u-s /usr/lib/polkit-1/polkit-agent-helper-1 # Removing SUID for VAT finding \
&& chmod u-s /usr/lib/dbus-1.0/dbus-daemon-launch-helper # Removing SUID for VAT finding \