1. Home
  2. Security Hardening
  3. CIS Ubuntu Linux 14.04 LTS Workstation L2 V2.1.0
  4. Ensure auditing for processes that start prior to auditd is enabled – ‘/boot/grub/grub.cfg’

Ensure auditing for processes that start prior to auditd is enabled – ‘/boot/grub/grub.cfg’

Details

Configure grub 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 GRUB_CMDLINE_LINUX: GRUB_CMDLINE_LINUX=”audit=1″ Run the following command to update the grub2 configuration: # update-grub

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles