diff options
author | pst <pst@FreeBSD.org> | 1994-09-29 09:20:40 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-29 09:20:40 +0000 |
commit | 8f24a60e020336675f10edb03bc7d8ceddf10aa2 (patch) | |
tree | fd8b2a9aba90706571fb58572d634e75feddff27 /etc/inetd.conf | |
parent | e0c60ae072cbb7c0ec06d27565e3cef81c4755da (diff) | |
download | FreeBSD-src-8f24a60e020336675f10edb03bc7d8ceddf10aa2.zip FreeBSD-src-8f24a60e020336675f10edb03bc7d8ceddf10aa2.tar.gz |
Disable rexecd by default (major security hole)
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 2fcf4e2..560d62f 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -7,7 +7,7 @@ ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd shell stream tcp nowait root /usr/libexec/rshd rshd login stream tcp nowait root /usr/libexec/rlogind rlogind -exec stream tcp nowait root /usr/libexec/rexecd rexecd +#exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd |