mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
spelling: ignore
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
a007ad2fe0
commit
ab1aa322ac
@ -28,7 +28,7 @@
|
|||||||
#
|
#
|
||||||
# Test : KRNL-6000
|
# Test : KRNL-6000
|
||||||
# Description : Check sysctl parameters
|
# Description : Check sysctl parameters
|
||||||
# Sysctl : net.ipv4.icmp_ingore_bogus_error_responses (=1)
|
# Sysctl : net.ipv4.icmp_ignore_bogus_error_responses (=1)
|
||||||
if [ ! "${SYSCTL_READKEY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
if [ ! "${SYSCTL_READKEY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||||
Register --test-no KRNL-6000 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check sysctl key pairs in scan profile"
|
Register --test-no KRNL-6000 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check sysctl key pairs in scan profile"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user