Home
last modified time | relevance | path

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

/security/apparmor/
Dmount.c253 state = aa_dfa_match(dfa, start, mntpnt); in do_match_mnt()
259 state = aa_dfa_match(dfa, state, devname); in do_match_mnt()
265 state = aa_dfa_match(dfa, state, type); in do_match_mnt()
283 state = aa_dfa_match(dfa, state, data); in do_match_mnt()
576 state = aa_dfa_match(profile->policy.dfa, in profile_umount()
642 state = aa_dfa_match(profile->policy.dfa, in build_pivotroot()
646 state = aa_dfa_match(profile->policy.dfa, state, old_name); in build_pivotroot()
Ddomain.c107 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
109 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
114 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
116 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
162 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
328 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match()
Dipc.c197 state = aa_dfa_match(profile->policy.dfa, state, label); in profile_match_signal()
Dlabel.c1253 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1258 state = aa_dfa_match(profile->policy.dfa, state, ns_name); in match_component()
1260 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1304 state = aa_dfa_match(profile->policy.dfa, state, "//&"); in label_compound_match()
Dmatch.c381 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match() function
Dfile.c279 state = aa_dfa_match(dfa, start, name); in aa_str_perms()
/security/apparmor/include/
Dmatch.h128 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,