You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux_os/guide/auditing/grub2_audit_backlog_limit_argument/policy/stig/shared.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,17 @@ vuldiscussion: |-
15
15
checktext: |-
16
16
Verify {{{ full_name }}} allocates a sufficient audit_backlog_limit to capture processes that start prior to the audit daemon with the following command:
If the command returns any outputs, and audit_backlog_limit is less than "8192", this is a finding.
20
+
If the command produces output, at least one kernel entry is missing "audit_backlog_limit" parameter. This is a finding.
21
+
22
+
Verify the audit_backlog_limit is set to a value of at least 8192 with the following command:
23
+
24
+
$ sudo grubby --info=ALL | sed -n 's/.*audit_backlog_limit=\([0-9]*\).*/\1/p'
25
+
26
+
If the returned value is less than "8192", this is a finding.
21
27
22
28
fixtext: |-
23
29
Configure {{{ full_name }}} to allocate sufficient audit_backlog_limit to capture processes that start prior to the audit daemon with the following command:
0 commit comments