Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tests_tcpwrappers « include - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 949adbf055da1521a4c5511f1203b4b5c422508e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/sh

#################################################################################
#
#   Lynis
# ------------------
#
# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
# Web site: http://www.rootkit.nl
#
# 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.
# See LICENSE file for usage of this software.
#
#################################################################################
#
# TCP Wrappers
# Run after: NFS checks
#
#################################################################################
#
#
#################################################################################
#
#    InsertSection "TCP Wrappers"
#
#################################################################################
#
    # Test        : TCPW-xxxx (YYY move to nameservices section)
    # Description : Basic nameserver configuration tests (connectivity)
#    Register --test-no TCPW-xxxx --weight L --network YES --description "Basic nameserver configuration tests"
#    if [ ${SKIPTEST} -eq 0 ]; then
#        Display --indent 2 --text "- Checking configured nameservers..."
#        logtext "Test: Checking /etc/resolv.conf file"
#		    	    Display --indent 8 --text "Nameserver: ${I}..." --result OK --color GREEN
#		    	    ReportSuggestion ${TEST_NO} "Check connection to this nameserver and make sure no outbound DNS queries are blocked (port 53 UDP and TCP)."
#			    ReportWarning ${TEST_NO} "L" "Nameserver ${I} does not respond"
#    fi
#
#################################################################################
#

#wait_for_keypress

#
#================================================================================
# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands