mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
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
|
if [ ${FOUND} -eq 1 ]; then
|
||||||
Display --indent 2 --text "- Query swap partitions (fstab)" --result OK --color GREEN
|
Display --indent 2 --text "- Query swap partitions (fstab)" --result OK --color GREEN
|
||||||
else
|
else
|
||||||
Display --indent 2 --text "- Query swap partitions (fstab)" --result WARNING --color YELLOW
|
Display --indent 2 --text "- Query swap partitions (fstab)" --result NONE --color YELLOW
|
||||||
ReportWarning ${TEST_NO} "L" "No swap partion found in /etc/fstab"
|
|
||||||
logtext "Result: no swap partitions found in /etc/fstab"
|
logtext "Result: no swap partitions found in /etc/fstab"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user