SV-230547r1184283_rule
V-230547
SRG-OS-000480-GPOS-00227
RHEL-08-040283
CAT II
10
Configure RHEL 8 to restrict exposed kernel pointer addresses access.
Create a drop-in if it does not already exist:
$ sudo vi /etc/sysctl.d/99-kernel_kptr_restrict.conf
Add the following to the file:
kernel.kptr_restrict = 1
Reload settings from all system configuration files with the following command:
$ sudo sysctl --system
Verify RHEL 8 is configured to restrict exposed kernel pointer address access.
Verify the runtime status of the "kernel.kptr_restrict" kernel parameter with the following command:
$ sudo sysctl kernel.kptr_restrict
kernel.kptr_restrict = 1
If "kernel.kptr_restrict" is not set to "1" or is missing, this is a finding.
V-230547
False
RHEL-08-040283
Verify RHEL 8 is configured to restrict exposed kernel pointer address access.
Verify the runtime status of the "kernel.kptr_restrict" kernel parameter with the following command:
$ sudo sysctl kernel.kptr_restrict
kernel.kptr_restrict = 1
If "kernel.kptr_restrict" is not set to "1" or is missing, this is a finding.
M
2921