1# See docs/devel/tracing.txt for syntax documentation. 2 3# authz/base.c 4qauthz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allowed=%d" 5 6# auth/simple.c 7qauthz_simple_is_allowed(void *authz, const char *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s got identity=%s" 8