Information
The SUSE operating system must restrict access to the kernel message buffer.
GROUP ID: V-255921
RULE ID: SV-255921r958524
Restricting access to the kernel message buffer limits access only to root. This prevents attackers from gaining additional system information as a nonprivileged user.
Solution
Configure the operating system to restrict access to the kernel message buffer.
Set the system to the required kernel parameter by adding or modifying the following line in /etc/sysctl.conf or a config file in the /etc/sysctl.d/ directory:
kernel.dmesg_restrict = 1
Remove any configurations that conflict with the above from the following locations:
/run/sysctl.d/
/etc/sysctl.d/
/usr/local/lib/sysctl.d/
/usr/lib/sysctl.d/
/lib/sysctl.d/
/etc/sysctl.conf
Reload settings from all system configuration files with the following command:
$ sudo sysctl --system