Lines Matching defs:state
325 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
329 .allow = dfa_user_allow(dfa, state),
330 .audit = dfa_user_audit(dfa, state),
331 .quiet = dfa_user_quiet(dfa, state),
337 perms->allow |= map_other(dfa_other_allow(dfa, state));
338 perms->audit |= map_other(dfa_other_audit(dfa, state));
339 perms->quiet |= map_other(dfa_other_quiet(dfa, state));
340 // perms->xindex = dfa_user_xindex(dfa, state);
385 unsigned int state;
387 state = aa_dfa_next(profile->policy.dfa,
390 aa_label_match(profile, label, state, false, request, perms);