SV-219149r610963_rule
V-219149
SRG-OS-000254-GPOS-00095
UBTU-18-010002
CAT II
10
Configure the Ubuntu operating system to produce audit records at system startup.
Edit /etc/default/grub file and add "audit=1" to the GRUB_CMDLINE_LINUX option.
To update the grub config file run,
sudo update-grub
Verify the Ubuntu operating system enables auditing at system startup.
Check that the auditing is enabled in grub with the following command:
grep "^\s*linux" /boot/grub/grub.cfg
linux /vmlinuz-4.15.0-55-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff audit=1
linux /vmlinuz-4.15.0-55-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset audit=1
If any linux lines do not contain "audit=1", this is a finding.
V-219149
False
UBTU-18-010002
Verify the Ubuntu operating system enables auditing at system startup.
Check that the auditing is enabled in grub with the following command:
grep "^\s*linux" /boot/grub/grub.cfg
linux /vmlinuz-4.15.0-55-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff audit=1
linux /vmlinuz-4.15.0-55-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset audit=1
If any linux lines do not contain "audit=1", this is a finding.
M
4055