From 8620bd3f81191c529fc03f6be2b6701c75c39b94 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 26 Nov 1995 16:31:09 +0000 Subject: [PATCH] enable tftp as it has security builtin; disable walld/1 by default for security (as pointed out by Chris Cappuccio) --- etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 8d0fbc8bd1c..f70c4b31b74 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -12,7 +12,7 @@ login stream tcp nowait root /usr/libexec/rlogind rlogind #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd #ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot +tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #bootps dgram udp wait root /usr/sbin/bootpd bootpd @@ -38,6 +38,6 @@ time dgram udp wait root internal #mountd/1 dgram rpc/udp wait root /sbin/mountd mountd rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd rusersd/2-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd -walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld +#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad -- 2.20.1