From 0b8a5e9d456964f2aacb82369e85ad6d8426ae2f Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 23 Aug 2007 14:04:27 +0000 Subject: [PATCH] Correct a common misconception: symlink restrictions are policy restrictions, not security restrictions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569000 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 42165a5f8c..efe2bc5aae 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2217,6 +2217,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
@@ -2257,8 +2260,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 b0a8914619..c623b7a864 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2214,6 +2214,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
@@ -2254,9 +2257,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.40.0