From: Joshua Slive
Date: Thu, 23 Aug 2007 14:50:26 +0000 (+0000)
Subject: Merge r569000 from trunk:
X-Git-Tag: 2.2.6~135
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb6479bfccd353fea43b531386b4644b073f213;p=thirdparty%2Fapache%2Fhttpd.git
Merge r569000 from trunk:
Correct a common misconception: symlink restrictions
are policy restrictions, not security restrictions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@569020 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 60020d1506b..1a3441a5669 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2280,6 +2280,9 @@ directory
Note also, that this option gets ignored if set
inside a <Location>
section.
+ Omitting this option should not be considered a security restriction,
+ since symlink testing is subject to race conditions that make it
+ circumventable.
Includes
@@ -2320,8 +2323,11 @@ directory
target file or directory is owned by the same user id as the
link.
- Note
This option gets ignored if
- set inside a
<Location> section.
+ Note
This option gets ignored if
+ set inside a <Location> section.
+
This option should not be considered a security restriction,
+ since symlink testing is subject to race conditions that make it
+ circumventable.
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 52c3f19b18c..ce2698d3bdd 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2273,6 +2273,9 @@ directory
Note also, that this option gets ignored if set
inside a Location
section.
+ Omitting this option should not be considered a security restriction,
+ since symlink testing is subject to race conditions that make it
+ circumventable.
Includes
@@ -2313,9 +2316,12 @@ directory
target file or directory is owned by the same user id as the
link.
- Note This option gets ignored if
+ Note This option gets ignored if
set inside a Location section.
+ type="section">Location section.
+ This option should not be considered a security restriction,
+ since symlink testing is subject to race conditions that make it
+ circumventable.