mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added hint for possible extension to kernel scheduler
This commit is contained in:
parent
d23ef2db0b
commit
e50eef0c19
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue