maybe chmod 0644 'xinetd.conf'
maybe chmod 0755 'xinetd.d'
maybe chmod 0644 'xinetd.d/chargen'
-maybe chmod 0644 'xinetd.d/chargen-dgram'
-maybe chmod 0644 'xinetd.d/chargen-stream'
maybe chmod 0644 'xinetd.d/chargen-udp'
maybe chmod 0644 'xinetd.d/cups-lpd'
maybe chmod 0644 'xinetd.d/daytime'
-maybe chmod 0644 'xinetd.d/daytime-dgram'
-maybe chmod 0644 'xinetd.d/daytime-stream'
maybe chmod 0644 'xinetd.d/daytime-udp'
maybe chmod 0644 'xinetd.d/discard'
-maybe chmod 0644 'xinetd.d/discard-dgram'
-maybe chmod 0644 'xinetd.d/discard-stream'
maybe chmod 0644 'xinetd.d/discard-udp'
maybe chmod 0644 'xinetd.d/echo'
-maybe chmod 0644 'xinetd.d/echo-dgram'
-maybe chmod 0644 'xinetd.d/echo-stream'
maybe chmod 0644 'xinetd.d/echo-udp'
maybe chmod 0644 'xinetd.d/fingerd'
-maybe chmod 0644 'xinetd.d/ftp-sensor'
maybe chmod 0644 'xinetd.d/git-daemon'
maybe chmod 0644 'xinetd.d/kpropd'
maybe chmod 0644 'xinetd.d/rsyncd'
maybe chmod 0644 'xinetd.d/services'
maybe chmod 0644 'xinetd.d/svnserve'
maybe chmod 0644 'xinetd.d/swat'
-maybe chmod 0644 'xinetd.d/tcpmux-server'
maybe chmod 0644 'xinetd.d/telnetd'
maybe chmod 0644 'xinetd.d/time'
-maybe chmod 0644 'xinetd.d/time-dgram'
-maybe chmod 0644 'xinetd.d/time-stream'
maybe chmod 0644 'xinetd.d/time-udp'
maybe chmod 0755 'xml'
maybe chmod 0644 'xml/.keep'
+++ /dev/null
-# This is the configuration for the udp/dgram chargen service.
-
-service chargen
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = chargen-dgram
- type = INTERNAL
- wait = yes
- socket_type = dgram
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the tcp/stream chargen service.
-
-service chargen
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = chargen-stream
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the udp/dgram daytime service.
-
-service daytime
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = daytime-dgram
- type = INTERNAL
- wait = yes
- socket_type = dgram
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the tcp/stream daytime service.
-
-service daytime
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = daytime-stream
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the udp/dgram discard service.
-
-service discard
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = discard-dgram
- type = INTERNAL
- wait = yes
- socket_type = dgram
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the tcp/stream discard service.
-
-service discard
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = discard-stream
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the udp/dgram echo service.
-
-service echo
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = echo-dgram
- type = INTERNAL
- wait = yes
- socket_type = dgram
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the tcp/stream echo service.
-
-service echo
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = echo-stream
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is an example sensor running on the ftp port. Xinetd sensors are
-# a form of intrusion detection aimed at locating hosts that are trying
-# to access an unadvertised service. Once tripped, they are denied
-# access to everything until the deny_time expires.
-
-service ftp
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = ftp-sensor
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
- flags = SENSOR
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
- deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration of the tcpmux server. It must be enabled in
-# order to add any other tcpmux services.
-
-service tcpmux
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = tcpmux-server
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user = root
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the udp/dgram time service.
-
-service time
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = time-dgram
- type = INTERNAL
- wait = yes
- socket_type = dgram
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-
+++ /dev/null
-# This is the configuration for the tcp/stream time service.
-
-service time
-{
-# This is for quick on or off of the service
- disable = yes
-
-# The next attributes are mandatory for all services
- id = time-stream
- type = INTERNAL
- wait = no
- socket_type = stream
-# protocol = socket type is usually enough
-
-# External services must fill out the following
-# user =
-# group =
-# server =
-# server_args =
-
-# External services not listed in /etc/services must fill out the next one
-# port =
-
-# RPC based services must fill out these
-# rpc_version =
-# rpc_number =
-
-# Logging options
-# log_type =
-# log_on_success =
-# log_on_failure =
-
-# Networking options
-# flags =
-# bind =
-# redirect =
-# v6only =
-
-# Access restrictions
-# only_from =
-# no_access =
-# access_times =
-# cps = 50 10
-# instances = UNLIMITED
-# per_source = UNLIMITED
-# max_load = 0
-# deny_time = 120
-# mdns = yes
-
-# Environmental options
-# env =
-# passenv =
-# nice = 0
-# umask = 022
-# groups = yes
-# rlimit_as =
-# rlimit_cpu =
-# rlimit_data =
-# rlimit_rss =
-# rlimit_stack =
-
-# Banner options. (Banners aren't normally used)
-# banner =
-# banner_success =
-# banner_fail =
-}
-