Lines Matching +full:- +full:- +full:match
25 #include "qapi/qapi-types-authz.h"
28 #define TYPE_QAUTHZ_LIST "authz-list"
40 * list of globs. Each match rule has an associated policy
46 * "execute": "object-add",
48 * "qom-type": "authz-list",
52 * { "match": "fred", "policy": "allow", "format": "exact" },
53 * { "match": "bob", "policy": "allow", "format": "exact" },
54 * { "match": "danb", "policy": "deny", "format": "exact" },
55 * { "match": "dan*", "policy": "allow", "format": "glob" }
78 const char *match,
84 const char *match,
91 const char *match);