diff options
author | nectar <nectar@FreeBSD.org> | 2003-09-15 16:44:24 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-09-15 16:44:24 +0000 |
commit | d4968cd1ca63b6d5768e21f9efb560627f751b2e (patch) | |
tree | ec5934681457abc631f56b49f9018c66d32b58f6 /etc | |
parent | 099549afec8b89948ee02aa89380058bf54e4ca3 (diff) | |
download | FreeBSD-src-d4968cd1ca63b6d5768e21f9efb560627f751b2e.zip FreeBSD-src-d4968cd1ca63b6d5768e21f9efb560627f751b2e.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 0a287a9..b88a9dc 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. |