Searched refs:xmatch (Results 1 - 5 of 5) sorted by relevance

/security/apparmor/
H A Dpolicy_unpack.c499 /* xmatch is optional and may be NULL */
500 profile->xmatch = unpack_dfa(e);
501 if (IS_ERR(profile->xmatch)) {
502 error = PTR_ERR(profile->xmatch);
503 profile->xmatch = NULL;
506 /* xmatch_len is not optional if xmatch is set */
507 if (profile->xmatch) {
H A Ddomain.c148 if (profile->xmatch && profile->xmatch_len > len) {
149 unsigned int state = aa_dfa_match(profile->xmatch,
151 u32 perm = dfa_user_allow(profile->xmatch, state);
H A Dapparmorfs.c301 else if (profile->xmatch)
H A Dpolicy.c609 aa_put_dfa(profile->xmatch);
/security/apparmor/include/
H A Dpolicy.h169 * @xmatch: optional extended matching for unconfined executables names
170 * @xmatch_len: xmatch prefix len, used to determine xmatch priority
209 struct aa_dfa *xmatch; member in struct:aa_profile

Completed in 657 milliseconds