1.1.6.3 Ensure nodev option set on /var/log/audit partition
Audit#
Verify that the nodev option is set for the /var/log/audit mount.
Run the following command to verify that the nodev mount option is set.
Example:
# findmnt --kernel /var/log/audit
/var/log/audit /dev/sdb ext4 rw,nosuid,nodev,noexec,relatime,seclabel
IF output is produced, ensure it includes the nodev option.
Remediation#
IF the /var/log/audit partition exists, edit the /etc/fstab file and add nodev to the fourth field (mounting options) for the /var/log/audit partition.
Example:
Run the following command to remount /var/log/audit with the configured options: