diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-26 15:18:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-26 15:18:58 +0000 |
| commit | 6e6afaaf50c7addf8a297a75c17de430a2721c95 (patch) | |
| tree | 5f2766c918ddaa5ba43b289824f04f2a31623312 /etc | |
| parent | 04d6f826d6e3da847b81dd7a18125cb391e207c1 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 1fd42462dcd3..c7f6cc6d749d 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) # |
