A long time ago I added the line to
/etc/sysctl.conf
# Disables the magic-sysrq key
kernel.sysrq = 0
On a new default CL9 system, this value appears to be 16 ?
/sbin/sysctl -a
shows
...
kernel.sysrq = 16
...
Should this still be added to /etc/sysctl.conf kernel.sysrq = 0 for best security of CL9 cpanel server?
/etc/sysctl.conf
# Disables the magic-sysrq key
kernel.sysrq = 0
On a new default CL9 system, this value appears to be 16 ?
/sbin/sysctl -a
shows
...
kernel.sysrq = 16
...
Should this still be added to /etc/sysctl.conf kernel.sysrq = 0 for best security of CL9 cpanel server?
Comment