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:
-rw-r--r--include/tests_networking2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tests_networking b/include/tests_networking
index c19505c1..b182f605 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -666,6 +666,8 @@
#
# Test : NETW-3200
# Description : Determine available network protocols
+ # Notes : See all available supported modules: ls -d /lib/modules/$(uname -r )/kernel/net
+ # To see active/enabled protocols: ls -d /proc/sys/net
Register --test-no NETW-3200 --weight L --network YES --category security --description "Determine available network protocols"
if [ ${SKIPTEST} -eq 0 ]; then
TESTED=0