SV-271737r1094967_rule
V-271737
SRG-OS-000134-GPOS-00068
OL09-00-002393
CAT II
10
Document the use of virtual system calls with the ISSO as an operational requirement or disable them with the following command:
$ sudo grubby --update-kernel=ALL --args="vsyscall=none"
Add or modify the following line in "/etc/default/grub" to ensure the configuration survives kernel updates:
GRUB_CMDLINE_LINUX="vsyscall=none"
Verify that OL 9 disables virtual system calls.
Check the current GRUB 2 configuration with the following command:
$ sudo grubby --info=ALL | grep args | grep -v 'vsyscall=none'
If any output is returned, this is a finding.
Check that virtual system calls are disabled by default to persist in kernel updates with the following command:
$ grep vsyscall /etc/default/grub
GRUB_CMDLINE_LINUX="vsyscall=none"
If "vsyscall" is not set to "none", is missing or commented out, and is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding.
V-271737
False
OL09-00-002393
Verify that OL 9 disables virtual system calls.
Check the current GRUB 2 configuration with the following command:
$ sudo grubby --info=ALL | grep args | grep -v 'vsyscall=none'
If any output is returned, this is a finding.
Check that virtual system calls are disabled by default to persist in kernel updates with the following command:
$ grep vsyscall /etc/default/grub
GRUB_CMDLINE_LINUX="vsyscall=none"
If "vsyscall" is not set to "none", is missing or commented out, and is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding.
M
5680