提交 91af9a47 编写于 作者: F Federico Pellegrin

Fix online example/documentation for File Access Rules

上级 cb424f3c
......@@ -94,17 +94,17 @@ THE SOFTWARE.
</p>
<pre>
# deny access to anything in the SkunkWorks folder, regardless of what later rules say
deny read &lt;JENKINS_HOME>/jobs/SkunkWorks/.*
deny read &amp;lt;JENKINS_HOME>/jobs/SkunkWorks/.*
# allow any access under builds
allow all &lt;BUILDDIR>/.*
allow all &amp;lt;BUILDDIR>/.*
# allow read-only access under userContent
allow read,stat &lt;JENKINS_HOME>/userContent/.*
# GENERAL SYNTAX: (allow|deny) <i>Op,Op,Op,...</i> <i>PathRegExp</i>
allow read,stat &amp;lt;JENKINS_HOME>/userContent/.*
</pre>
<p>
General syntax: (allow|deny) <i>Op,Op,Op,...</i> <i>PathRegExp,</i>
</p>
<div style="margin:1em">
<f:submit value="${%Update}"/>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册