Verify Permissions on the system journal
An XCCDF Rule
Description
To properly set the permissions of /var/log/journal/.*/system.journal
, run the command:
$ sudo chmod 0640 /var/log/journal/.*/system.journal
Rationale
RHCOS must protect system journal file from any type of unauthorized access by setting file permissions.
- ID
- xccdf_org.ssgproject.content_rule_file_permissions_system_journal
- Severity
- Medium
- References
- Updated