From 585a5af8bb55920261a94c28f28123dd3de4120e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 23 Sep 1996 13:06:04 +0000 Subject: [PATCH] trash other internal udp spoofable serviecs by default --- src/etc/inetd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 610853cb..1101dae3 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.13 1996/09/23 01:02:22 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.14 1996/09/23 13:06:04 deraadt Exp $ # # Internet server configuration database # @@ -21,10 +21,10 @@ chargen stream tcp nowait root internal daytime stream tcp nowait root internal time stream tcp nowait root internal #echo dgram udp wait root internal -discard dgram udp wait root internal +#discard dgram udp wait root internal #chargen dgram udp wait root internal -daytime dgram udp wait root internal -time dgram udp wait root internal +#daytime dgram udp wait root internal +#time dgram udp wait root internal # Kerberos authenticated services klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x