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:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-25 17:19:21 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-03-25 17:19:21 +0300
commit1e52ed0c0d948c9cfe231959648090b5c49e9fa4 (patch)
treedfc7a6314d5657ecbad023eb111c6e28799a29cf /include/tests_networking
parent04c969752a9a309f681e5da6ac2757488f3c39ff (diff)
Added notes to NETW-3200 for future extending this test
Diffstat (limited to 'include/tests_networking')
-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