mirror of https://github.com/CISOfy/lynis.git
Added hint for possible extension to kernel scheduler
This commit is contained in:
parent
d23ef2db0b
commit
e50eef0c19
|
@ -252,6 +252,8 @@
|
|||
#
|
||||
# Test : KRNL-5730
|
||||
# Description : Checking default I/O kernel scheduler
|
||||
# Notes : This test could be extended with testing some of the specific devices like disks
|
||||
# cat /sys/block/sda/queue/scheduler
|
||||
PREQS_MET="NO"
|
||||
if [ ! "${LINUXCONFIGFILE}" = "" ]; then
|
||||
if [ -f ${LINUXCONFIGFILE} ]; then PREQS_MET="YES"; fi
|
||||
|
|
Loading…
Reference in New Issue