UNCLASSIFIED - NO CUI

Skip to content

LUSFPRO3-797: Fix workdir permission issue.

Shannon Mitchell requested to merge LUSFPRO3-797 into development

The clone is successful, but the pod will die without closing properly due to the CVE changes fixing home directory permissions. The workdir was set to the home directory and was encountering a permission issue when the script is finished and a popd is executed. Moving the workdir to the default / fixes the issue without having to open up the home directory permissions.

Merge request reports