From ef6f75f4f7e285d3d94cc652ca3142a224c502d5 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 24 Jan 2008 22:14:34 +0000 Subject: [PATCH] Update docs for SecUploadFileMode to include the "default" value. --- doc/modsecurity2-apache-reference.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 5d05afac..8ae73c52 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -2009,7 +2009,7 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m (permissions) of any uploaded files using an octal number. Syntax: SecUploadFileMode octal_mode + moreinfo="none">SecUploadFileMode octal_mode|"default" Example Usage: SecUploadFileMode 0640 @@ -2022,7 +2022,8 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m number (as used in chmod). The default mode is for only the account writing the file to have read/write access (0600). Use this directive with caution to avoid exposing potentially sensitive data to - unauthorized users. + unauthorized users. Using the value "default" will revert back to the + default setting.