# Perms File # This list permissions of files that don't match the standard umask for root. The default # umask causes the 'p4' client binary to make file permissions 644 (world-readable). For files # like /etc/hosts where being world-readable is appropriate, this is OK. However, for files # such as /etc/grafana/ldap.toml that need 640 permissions (writable by the root user, readable # by users in the group root, and invisible to others), they should be listed in this file # so the 'fix_perms.sh' script (called with the 'fp' alias defined in ~root/.bashrc) can be # used to correct permissions and ownership after versioning operations such as a 'p4 submit' # or 'p4 sync'. 640 root:grafana /etc/grafana/grafana.ini 640 root:grafana /etc/grafana/ldap.toml