Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-07 18:43:00 +0300
committermboelen <michael@cisofy.com>2015-09-07 18:43:00 +0300
commite50eef0c1998524583c47a6cf28a89cb683cff78 (patch)
tree5952db9214f2befe7bd62190ccff5e838376bf41 /include/tests_kernel
parentd23ef2db0ba8ef1b7457e1102092424f78f5ef43 (diff)
Added hint for possible extension to kernel scheduler
Diffstat (limited to 'include/tests_kernel')
-rw-r--r--include/tests_kernel2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tests_kernel b/include/tests_kernel
index 15c84206..d844f4a0 100644
--- a/include/tests_kernel
+++ b/include/tests_kernel
@@ -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