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:
authorSascha Holzleiter <sascha@root-login.org>2020-01-28 23:29:34 +0300
committerSascha Holzleiter <sascha@root-login.org>2020-01-28 23:29:34 +0300
commit530ad1ef7585f62c8945db0dabf2c767901d13e8 (patch)
tree1caae66535edc0fc5a2f413f6c3d7eb3b31b1299 /include/tests_networking
parenta7b48e40b0ef500b4e0213d2fd23194b1efd3f83 (diff)
NETW-3014: Report correct promisc interface
Diffstat (limited to 'include/tests_networking')
-rw-r--r--include/tests_networking4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_networking b/include/tests_networking
index f52be0ac..51bed912 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -489,10 +489,10 @@
# Check if this interface was whitelisted
if [ ${WHITELISTED} -eq 0 ]; then
FOUNDPROMISC=1
- ReportWarning "${TEST_NO}" "Found promiscuous interface (${I})"
+ ReportWarning "${TEST_NO}" "Found promiscuous interface (${ITEM})"
LogText "Note: some tools put an interface into promiscuous mode, to capture/log network traffic"
else
- LogText "Result: Found promiscuous interface ${I} (*whitelisted via profile*)"
+ LogText "Result: Found promiscuous interface ${ITEM} (*whitelisted via profile*)"
fi
done
fi