summaryrefslogtreecommitdiff
path: root/authz/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'authz/trace-events')
-rw-r--r--authz/trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/authz/trace-events b/authz/trace-events
new file mode 100644
index 0000000000..481c90f511
--- /dev/null
+++ b/authz/trace-events
@@ -0,0 +1,4 @@
+# See docs/devel/tracing.txt for syntax documentation.
+
+# authz/base.c
+qauthz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allowed=%d"