Searched refs:xmatch_len (Results 1 - 3 of 3) sorted by relevance

/security/apparmor/include/
H A Dpolicy.h170 * @xmatch_len: xmatch prefix len, used to determine xmatch priority
210 int xmatch_len; member in struct:aa_profile
/security/apparmor/
H A Ddomain.c133 * xmatch_len are preferred.
148 if (profile->xmatch && profile->xmatch_len > len) {
155 len = profile->xmatch_len;
H A Dpolicy_unpack.c506 /* xmatch_len is not optional if xmatch is set */
510 profile->xmatch_len = tmp;

Completed in 34 milliseconds