Information
Configure grub2 so that processes that are capable of being audited can be audited even if they start up prior to auditd startup.
Audit events need to be captured on processes that start up prior to auditd so that potential malicious activity cannot go undetected.
Solution
Edit /etc/default/grub and add audit=1 to the GRUB_CMDLINE_LINUX= line between the opening and closing double quotes:
Example:
GRUB_CMDLINE_LINUX="quiet audit=1"
Note: Other parameters may also be listed
Run the following command to update the grub2 configuration:
# grub2-mkconfig -o /boot/grub2/grub.cfg