Lines Matching refs:state
102 unsigned int state; in change_profile_perms() local
118 state = aa_dfa_match(profile->file.dfa, start, ns->base.name); in change_profile_perms()
119 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in change_profile_perms()
120 aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in change_profile_perms()
149 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match() local
151 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
343 unsigned int state; in apparmor_bprm_set_creds() local
366 state = profile->file.start; in apparmor_bprm_set_creds()
400 state = aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in apparmor_bprm_set_creds()
411 state = aa_dfa_null_transition(profile->file.dfa, state); in apparmor_bprm_set_creds()
414 AA_MAY_ONEXEC, state); in apparmor_bprm_set_creds()