[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: need help setting up svn+ssh://

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-08-22 14:55:49 CEST

On Thu, Aug 21, 2003 at 11:34:36PM -0700, junkio@cox.net wrote:
>
> If so maybe calling umask(2) directly at the beginning of
> svnserve binary, instead of shipping a wrapper, would be
> cleaner. Better yet, do it with a command line switch perhaps,
> so that situations that need it (e.g. svn+ssh) can turn it on?
>

Since the umask change is, essentially, to share files beyond what
most users' normal umasks are, this is essentially a silent
degradation of security; not something that should be taken lightly.

An explicit approach would be to add an option, "--shared-repository",
or something, but I think that that's roughly the same as adding
a wrapper, anyway.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 22 16:19:49 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.