Searched refs:aa_dfa_match (Results 1 – 7 of 7) sorted by relevance
/security/apparmor/ |
D | mount.c | 253 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()
|
D | domain.c | 107 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()
|
D | ipc.c | 197 state = aa_dfa_match(profile->policy.dfa, state, label); in profile_match_signal()
|
D | label.c | 1253 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()
|
D | match.c | 381 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match() function
|
D | file.c | 279 state = aa_dfa_match(dfa, start, name); in aa_str_perms()
|
/security/apparmor/include/ |
D | match.h | 128 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,
|