mirror of https://github.com/CISOfy/lynis.git
Removed warning for missing swap partition as this is more common now
This commit is contained in:
parent
3bc7f1fb02
commit
767a8cf053
|
@ -233,8 +233,7 @@
|
|||
if [ ${FOUND} -eq 1 ]; then
|
||||
Display --indent 2 --text "- Query swap partitions (fstab)" --result OK --color GREEN
|
||||
else
|
||||
Display --indent 2 --text "- Query swap partitions (fstab)" --result WARNING --color YELLOW
|
||||
ReportWarning ${TEST_NO} "L" "No swap partion found in /etc/fstab"
|
||||
Display --indent 2 --text "- Query swap partitions (fstab)" --result NONE --color YELLOW
|
||||
logtext "Result: no swap partitions found in /etc/fstab"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue