summaryrefslogtreecommitdiff
path: root/doc/syntax-allow-deny
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax-allow-deny')
-rw-r--r--doc/syntax-allow-deny17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/syntax-allow-deny b/doc/syntax-allow-deny
deleted file mode 100644
index 094352b..0000000
--- a/doc/syntax-allow-deny
+++ /dev/null
@@ -1,17 +0,0 @@
-Syntax of Allow and Deny statements
------------------------------------
-
-These access control statements start 'allow' or 'deny', followed by a
-single token reason to be returned to the caller, followed by zero or
-more definitions, all of which must pass for the statement to execute.
-
-allow "Administrators can do anything" is-admin
-deny "Plebs may do nothing" is-pleb
-
-allow ''
-
-As with definitions, includes, etc, if rule names are prefixed with an
-exclamation point then their sense is inverted, e.g.
-
-deny "Only admins may alter hooks" altering-hooks !is-admin
-