From deb6479bfccd353fea43b531386b4644b073f213 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 23 Aug 2007 14:50:26 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.en | 10 ++++++++-- docs/manual/mod/core.xml | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) 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.

-- 2.47.3