aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-09-15 16:44:24 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-09-15 16:44:24 +0000
commit6d3001ca945ee5330b307919780e80021ac12d1d (patch)
treeec5934681457abc631f56b49f9018c66d32b58f6 /etc
parentf88a547be4a6bf92f2b2b01e2dc51733cda18523 (diff)
downloadsrc-6d3001ca945ee5330b307919780e80021ac12d1d.tar.gz
src-6d3001ca945ee5330b307919780e80021ac12d1d.zip
Add `-C 60' to the default flags for inetd, so that it is less
vulnerable to run-of-the-mill DoS attacks in the default installation.
Notes
Notes: svn path=/head/; revision=120095
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 0a287a9bc034..b88a9dc64bef 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -130,7 +130,7 @@ syslogd_flags="-s" # Flags to syslogd (if enabled).
#syslogd_flags="-ss" # Syslogd flags to not bind an inet socket
inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
-inetd_flags="-wW" # Optional flags to inetd
+inetd_flags="-wW -C 60" # Optional flags to inetd
#
# named. It may be possible to run named in a sandbox, man security for
# details.