mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Update docs for SecUploadFileMode to include the "default" value.
This commit is contained in:
parent
f8adea949c
commit
ef6f75f4f7
@ -2009,7 +2009,7 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m
|
|||||||
(permissions) of any uploaded files using an octal number.</para>
|
(permissions) of any uploaded files using an octal number.</para>
|
||||||
|
|
||||||
<para><emphasis>Syntax:</emphasis> <literal
|
<para><emphasis>Syntax:</emphasis> <literal
|
||||||
moreinfo="none">SecUploadFileMode octal_mode</literal></para>
|
moreinfo="none">SecUploadFileMode octal_mode|"default"</literal></para>
|
||||||
|
|
||||||
<para><emphasis>Example Usage:</emphasis> <literal
|
<para><emphasis>Example Usage:</emphasis> <literal
|
||||||
moreinfo="none">SecUploadFileMode 0640</literal></para>
|
moreinfo="none">SecUploadFileMode 0640</literal></para>
|
||||||
@ -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
|
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
|
writing the file to have read/write access (0600). Use this directive
|
||||||
with caution to avoid exposing potentially sensitive data to
|
with caution to avoid exposing potentially sensitive data to
|
||||||
unauthorized users.</para>
|
unauthorized users. Using the value "default" will revert back to the
|
||||||
|
default setting.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user