SV-87301r1_rule
V-72669
SRG-APP-000243-DB-000374
VROM-CS-000180
CAT II
10
Configure the permissions granted by the operating system/file system on the database files, database log files, and database backup files so that only relevant system accounts and authorized system administrators and database administrators with a need to know are permitted to read/view these files.
At the command line execute the following command:
# chown root <file>
Replace <file> with the files that are not owned by either "admin" or "root".
Review the permissions granted to users by the operating system/file system on the database files, database log files, and database backup files.
At the command prompt, execute the following command:
# find /storage/db/vcops/cassandra/data -type f ! \( -user admin -o -user root \)
If any files are listed that are not owned by either "admin" or "root", this is a finding.
V-72669
False
VROM-CS-000180
Review the permissions granted to users by the operating system/file system on the database files, database log files, and database backup files.
At the command prompt, execute the following command:
# find /storage/db/vcops/cassandra/data -type f ! \( -user admin -o -user root \)
If any files are listed that are not owned by either "admin" or "root", this is a finding.
M
3179