UNCLASSIFIED - NO CUI

Skip to content

changing owner of profilecli to address Chore finding

James Casteel requested to merge jcasteel into development

The container is designed to run as the grafana user and that is the user that would run the script. Adding the commands listed below, I changed the owner of the file to the grafana user to prevent any other access by any other account.

chown grafana:grafana /usr/bin/profilecli && \ chmod 700 /usr/bin/profilecli

Merge request reports

Loading