summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-26 15:18:58 +0000
committerpeter <peter@FreeBSD.org>1999-12-26 15:18:58 +0000
commit3e1f24eccee316becf0b1a00be372755ae804466 (patch)
treefdcddf84dcae45d701b11ec022109c9e28664e00 /etc/inetd.conf
parent8bee8f094c5f04b66f3863f900788183643dda50 (diff)
downloadFreeBSD-src-3e1f24eccee316becf0b1a00be372755ae804466.zip
FreeBSD-src-3e1f24eccee316becf0b1a00be372755ae804466.tar.gz
Update the cvs pserver example so that it gives some more obvious clues
about the --allow-root switch. PR: 14463
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 1fd4246..c7f6cc6 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -41,10 +41,12 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
#kip stream tcp nowait root /usr/libexec/kipd kipd
#
-# CVS servers - for master CVS repositories only!
+# CVS servers - for master CVS repositories only! You must set the
+# --allow-root path correctly or you open a trivial to exploit but
+# deadly security hole.
#
-#cvspserver stream tcp nowait root /usr/bin/cvs cvs pserver
-#cvs stream tcp nowait root /usr/bin/cvs cvs kserver
+#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
+#cvs stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
#
# RPC based services (you MUST have portmapper running to use these)
#
OpenPOWER on IntegriCloud