SV-274168r1120492_rule
V-274168
SRG-OS-000254-GPOS-00095
AZLX-23-002520
CAT II
10
Configure Amazon Linux 2023 to allocate sufficient audit_backlog_limit to capture processes that start prior to the audit daemon with the following command:
$ sudo grubby --update-kernel=ALL --args=audit_backlog_limit=8192
Verify Amazon Linux 2023 allocates a sufficient audit_backlog_limit to capture processes that start prior to the audit daemon with the following command:
$ sudo grubby --info=ALL | grep args | grep -v 'audit_backlog_limit=8192'
If the command returns any outputs, and audit_backlog_limit is less than "8192", this is a finding.
V-274168
False
AZLX-23-002520
Verify Amazon Linux 2023 allocates a sufficient audit_backlog_limit to capture processes that start prior to the audit daemon with the following command:
$ sudo grubby --info=ALL | grep args | grep -v 'audit_backlog_limit=8192'
If the command returns any outputs, and audit_backlog_limit is less than "8192", this is a finding.
M
5700