Lines Matching defs:perms
171 struct aa_perms perms;
179 perms = *p;
180 aa_apply_modes_to_perms(profile, &perms);
181 return aa_check_perms(profile, &perms, request, ad,
186 * insufficient current perms at current state
187 * indicates there are more perms in later state
188 * Returns: perms struct if early match
368 struct aa_perms perms = { };
384 perms.deny = ALL_PERMS_MASK;
386 perms.allow = ALL_PERMS_MASK;
389 perms.audit = ALL_PERMS_MASK;
393 aa_apply_modes_to_perms(profile, &perms);
395 return aa_check_perms(profile, &perms, request, ad, audit_net_cb);