diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 18:33:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 18:33:09 -0400 |
commit | c2a2f715087a4602876618fdec2fad073308a6d5 (patch) | |
tree | 3a0f7c149a78d9d1274707a3144b6775b5359c91 /doc | |
parent | e630e7507ea253680750e670d7d213bc5ca3e57a (diff) |
Add allow_symlinks_before_srcdir config setting
can be used to avoid a security check that is a good safe default, but
problimatic overkill in some situations.
I decided to underdocument this, because the option looks ugly, and I don't
want people randomly turning it on because it looks like a good idea. So if
you need it, you'll get an error message mentioning how to fix it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Allow_overriding_of_symlink_restriction.mdwn (renamed from doc/forum/Allow_overriding_of_symlink_restriction.mdwn) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/Allow_overriding_of_symlink_restriction.mdwn b/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn index 069a18f30..69ea299e8 100644 --- a/doc/forum/Allow_overriding_of_symlink_restriction.mdwn +++ b/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn @@ -80,6 +80,8 @@ Is there a huge objection to this patch? > the `srcdir`. > --[[Joey]] +>> Slightly modified version of patch applied. --[[Joey]] + >> Ok, I'll try to get it cleaned up and documented. There is a second location where this can be an issue. That is in the @@ -133,3 +135,5 @@ like this being accepted before I bothered. >>> Patch using rel2abs() works well - it no longer expands symlinks. >>>> That patch is applied now. --[[Joey]] + +[[tag done]] |