perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

fix: update permissions on /var/lib/pgsql #19

Open CameronNemo opened 3 years ago

CameronNemo commented 3 years ago

This directory had owner/group of root/root with a 0700 mode. Change the mode to 0755 so that postgresql can still read the subdirs. Note that the subdirs are still 0700 (with owner of postgres), so this should not expose any data.

Fixes #18