]> git.proxmox.com Git - mirror_qemu.git/blame - authz/trace-events
authz: add QAuthZ object as an authorization base class
[mirror_qemu.git] / authz / trace-events
CommitLineData
5b76dd13
DB
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"