Lines Matching defs:perm
77 /**** TODO: dedup to aa_label_match - needs perm and dfa, merging
120 * For the label A//&B//&C this does the perm match for A//&B//&C
182 * For the label A//&B//&C this does the perm match for each of A and B and C
326 u32 index, perm;
339 perm = attach->xmatch.perms[index].allow;
340 if (!(perm & MAY_EXEC)) {
418 u32 index, perm;
424 perm = attach->xmatch.perms[index].allow;
426 if (perm & MAY_EXEC) {
579 /* TODO: fix when perm mapping done at unload */