SV-239198r717049_rule
V-239198
SRG-APP-000090-DB-000065
VCPG-67-000003
CAT II
10
At the command prompt, enter the following command:
# chmod 600 <file>
# chown vpostgres:users <file>
Note: Replace <file> with the file with incorrect permissions.
At the command prompt, enter the following command:
# find /storage/db/vpostgres/*conf* -xdev -type f -a '(' -not -perm 600 -o -not -user vpostgres -o -not -group users ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
V-239198
False
VCPG-67-000003
At the command prompt, enter the following command:
# find /storage/db/vpostgres/*conf* -xdev -type f -a '(' -not -perm 600 -o -not -user vpostgres -o -not -group users ')' -exec ls -ld {} \;
If any files are returned, this is a finding.
M
5324