fix: correct audit_backlog_limit definition in /etc/default/grub#14850
Conversation
|
Hi @kaleal. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
jan-cerny
left a comment
There was a problem hiding this comment.
I have compared the generated code before and after thsi rpoblem and it seems that now the variables are expended correctly.
The problem doesn't affect RHEL content because that doesn't use this macro and only calls the grub_command macro.
Description:
Current
xccdf_org.ssgproject.content_rule_grub2_audit_backlog_limit_argumentremediation is writing the variable name instead of its value in/etc/default/grub.Rationale:
The value for
audit_backlog_limitmust be8192instead of$var_audit_backlog_limit.Review Hints: