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:
authormboelen <michael@cisofy.com>2015-07-22 17:28:11 +0300
committermboelen <michael@cisofy.com>2015-07-22 17:28:11 +0300
commit66fb36959339c2b6b4594ca11ffdb0e279164e50 (patch)
tree11c7135141b4933dd7b8a0a7f1558d4ca757a76d /include/tests_insecure_services
parent1775590ba70ce52d6362141e395ecc1e80ddc4fa (diff)
Copyright line changes and cleanups
Diffstat (limited to 'include/tests_insecure_services')
-rw-r--r--include/tests_insecure_services15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/tests_insecure_services b/include/tests_insecure_services
index 534132ee..f6b5e15d 100644
--- a/include/tests_insecure_services
+++ b/include/tests_insecure_services
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2015, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -37,7 +37,6 @@
if [ ${RUNNING} -eq 1 ]; then
logtext "Result: inetd is running"
Display --indent 2 --text "- Checking inetd status" --result ACTIVE --color GREEN
- #YYY perform manual check
INETD_ACTIVE=1
else
logtext "Result: inetd is NOT running"
@@ -61,8 +60,6 @@
logtext "Result: ${INETD_CONFIG_FILE} does not exist"
Display --indent 4 --text "- Checking inetd.conf" --result "NOT FOUND" --color WHITE
fi
- # YYY immutable bit could be set
- # YYY permission check (already set in profile)
fi
#
#################################################################################
@@ -106,15 +103,9 @@
#
#################################################################################
#
-# Check telnet in /etc/xinetd.conf
-# Check telnet in /etc/xinetd/*
-# Check running telnet daemon (telnetd)
-# rshd rlogin rexec
-# /etc/hosts.equiv
-
wait_for_keypress
#
#================================================================================
-# Lynis - Copyright 2007-2015, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2015, Michael Boelen, CISOfy - https://cisofy.com