Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/
Dpolicy_unpack.c489 profile->xmatch = unpack_dfa(e); in unpack_profile()
490 if (IS_ERR(profile->xmatch)) { in unpack_profile()
491 error = PTR_ERR(profile->xmatch); in unpack_profile()
492 profile->xmatch = NULL; in unpack_profile()
496 if (profile->xmatch) { in unpack_profile()
Ddomain.c154 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()
155 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match()
157 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
Dpolicy.c751 aa_put_dfa(profile->xmatch); in free_profile()
/linux-2.6.39/security/apparmor/include/
Dpolicy.h173 struct aa_dfa *xmatch; member