RHEL 9 systemd-journald service must be enabled.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-257783 | SRG-OS-000269-GPOS-00103 | RHEL-09-211040 | SV-257783r991562_rule | 2025-02-27 | 2 |
Description |
---|
In the event of a system failure, RHEL 9 must preserve any information necessary to determine cause of failure and any information necessary to return to operations with least disruption to system processes. |
ℹ️ Check |
---|
Verify that "systemd-journald" is active with the following command: $ systemctl is-active systemd-journald active If the systemd-journald service is not active, this is a finding. |
✔️ Fix |
---|
To enable the systemd-journald service, run the following command: $ sudo systemctl enable --now systemd-journald |