UNCLASSIFIED - NO CUI

Skip to content

changing owner of profilecli to address Chore finding Development - Master

James Casteel requested to merge development into master

#15 (closed)

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

Edited by James Casteel

Merge request reports

Loading