Lines Matching defs:perms
608 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms,
628 return; /* no change to current perms */
636 aa_perms_accum_raw(perms, &tmp);
758 struct aa_perms perms;
784 perms = allperms;
787 profile_query_cb(profile, &perms, match_str, match_len);
791 profile_query_cb(profile, &perms, match_str, match_len);
798 perms.allow, perms.deny, perms.audit, perms.quiet);
2358 AA_SFS_FILE_STRING("perms", "allow deny audit quiet"),