UNCLASSIFIED - NO CUI

Skip to content

Added lines to Dockerfile for mitigating VAT findings Development - Master

James Casteel requested to merge development into 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 \

Merge request reports