UNCLASSIFIED - NO CUI

Skip to content

Running with root directly instead of sudo

Andy Maksymowicz requested to merge development into master

Before this, the main program was being executed with sudo, which effectively negates the effectiveness of the unprivileged user.

Running directly as root reduces some bloat and vulnerabilities that were added by installing the sudo package.

Merge request reports