SV-220351r960936_rule
V-220351
SRG-APP-000120-DB-000061
ML09-00-002100
CAT II
10
Apply controls and modify permissions to protect audit log files from unauthorized access at the operating-system level.
Change owner and group of /var/opt/MarkLogic/Logs to user daemon from the command line with a privileged user:
> chown daemon.daemon /var/opt/MarkLogic/Logs
Change permissions of /var/opt/MarkLogic/Logs to 700 (rwx by owner only) from the command line
> chmod 700 /var/opt/MarkLogic/Logs
Review controls and permissions are sufficient to protect audit log files from unauthorized access at the operating-system level.
Verify User ownership, Group ownership, and permissions on the "audit" file:
> ls -al /var/opt/MarkLogic/Logs/AuditLog.txt
If the User owner is not "daemon", this is a finding
If the Group owner is not "daemon", this is a finding.
If the directory is more permissive than 700, this is a finding.
V-220351
False
ML09-00-002100
Review controls and permissions are sufficient to protect audit log files from unauthorized access at the operating-system level.
Verify User ownership, Group ownership, and permissions on the "audit" file:
> ls -al /var/opt/MarkLogic/Logs/AuditLog.txt
If the User owner is not "daemon", this is a finding
If the Group owner is not "daemon", this is a finding.
If the directory is more permissive than 700, this is a finding.
M
4064