[BUG] svn:executable has bad security implications.
From: Ben Reser <ben_at_reser.org>
Date: 2004-03-09 21:35:04 CET
svn will take and set svn:executable if a file has an executable bit
$ umask 0077
If a exeuctable is set +x (as long as it isn't a shell script) then you
Unfortunately APR doesn't provide us a good way to deal with this. It
Until APR fixes this we should be using apr_file_perms_set() to only set the
apr_file_attrs_set() doesn't provide enough precision to deal with this
Thoughts? I'll implment the above if no one has any reason not to do it
-- Ben Reser <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 9 21:35:21 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.