Home
last modified time | relevance | path

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

/linux/security/apparmor/
A Dmount.c249 state = aa_dfa_match(dfa, start, mntpnt); in do_match_mnt()
255 state = aa_dfa_match(dfa, state, devname); in do_match_mnt()
261 state = aa_dfa_match(dfa, state, type); in do_match_mnt()
279 state = aa_dfa_match(dfa, state, data); in do_match_mnt()
601 state = aa_dfa_match(profile->policy.dfa, in profile_umount()
670 state = aa_dfa_match(profile->policy.dfa, in build_pivotroot()
674 state = aa_dfa_match(profile->policy.dfa, state, old_name); in build_pivotroot()
A Ddomain.c106 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
108 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
113 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
115 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
161 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
A Dmatch.c479 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match() function
737 state = aa_dfa_match(dfa, state, str); in leftmatch_fb()
756 state = aa_dfa_match(dfa, state, str); in leftmatch_fb()
A Dlabel.c1275 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1280 state = aa_dfa_match(profile->policy.dfa, state, ns_name); in match_component()
1282 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1326 state = aa_dfa_match(profile->policy.dfa, state, "//&"); in label_compound_match()
A Dfile.c262 state = aa_dfa_match(dfa, start, name); in aa_str_perms()
/linux/security/apparmor/include/
A Dmatch.h131 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,

Completed in 14 milliseconds