Home
last modified time | relevance | path

Searched refs:xmatch (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/
A Ddomain.c325 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
339 state = aa_dfa_null_transition(profile->xmatch, state); in aa_xattrs_match()
341 state = aa_dfa_match_len(profile->xmatch, state, value, in aa_xattrs_match()
343 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()
350 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
417 if (profile->xmatch) { in find_attach()
421 state = aa_dfa_leftmatch(profile->xmatch, DFA_START, in find_attach()
423 perm = dfa_user_allow(profile->xmatch, state); in find_attach()
A Dpolicy_unpack.c718 profile->xmatch = unpack_dfa(e); in unpack_profile()
719 if (IS_ERR(profile->xmatch)) { in unpack_profile()
720 error = PTR_ERR(profile->xmatch); in unpack_profile()
721 profile->xmatch = NULL; in unpack_profile()
726 if (profile->xmatch) { in unpack_profile()
A Dpolicy.c233 aa_put_dfa(profile->xmatch); in aa_free_profile()
A Dapparmorfs.c1092 else if (profile->xmatch) in seq_profile_attach_show()
/linux/security/apparmor/include/
A Dpolicy.h137 struct aa_dfa *xmatch; member

Completed in 17 milliseconds