Lines Matching defs:perm
87 /**** TODO: dedup to aa_label_match - needs perm and dfa, merging
128 * For the label A//&B//&C this does the perm match for A//&B//&C
188 * For the label A//&B//&C this does the perm match for each of A and B and C
330 u32 perm;
341 perm = dfa_user_allow(profile->xmatch, state);
342 if (!(perm & MAY_EXEC)) {
417 u32 perm;
421 perm = dfa_user_allow(profile->xmatch, state);
423 if (perm & MAY_EXEC) {
572 /* TODO: fix when perm mapping done at unload */