Home
last modified time | relevance | path

Searched refs:aa_dfa_match (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/security/apparmor/
Dmount.c252 state = aa_dfa_match(dfa, start, mntpnt); in do_match_mnt()
258 state = aa_dfa_match(dfa, state, devname); in do_match_mnt()
264 state = aa_dfa_match(dfa, state, type); in do_match_mnt()
282 state = aa_dfa_match(dfa, state, data); in do_match_mnt()
575 state = aa_dfa_match(profile->policy.dfa, in profile_umount()
641 state = aa_dfa_match(profile->policy.dfa, in build_pivotroot()
645 state = aa_dfa_match(profile->policy.dfa, state, old_name); in build_pivotroot()
Dmatch.c444 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match() function
685 state = aa_dfa_match(dfa, state, str); in leftmatch_fb()
704 state = aa_dfa_match(dfa, state, str); in leftmatch_fb()
Ddomain.c108 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
110 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
115 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
117 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
163 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
Dlabel.c1252 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1257 state = aa_dfa_match(profile->policy.dfa, state, ns_name); in match_component()
1259 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1303 state = aa_dfa_match(profile->policy.dfa, state, "//&"); in label_compound_match()
Dfile.c275 state = aa_dfa_match(dfa, start, name); in aa_str_perms()
/Linux-v4.19/security/apparmor/include/
Dmatch.h130 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,