Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dpolicy_unpack.c500 profile->xmatch = unpack_dfa(e); in unpack_profile()
501 if (IS_ERR(profile->xmatch)) { in unpack_profile()
502 error = PTR_ERR(profile->xmatch); in unpack_profile()
503 profile->xmatch = NULL; in unpack_profile()
507 if (profile->xmatch) { in unpack_profile()
Ddomain.c148 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()
149 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match()
151 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
Dapparmorfs.c301 else if (profile->xmatch) in aa_fs_seq_profattach_show()
Dpolicy.c609 aa_put_dfa(profile->xmatch); in aa_free_profile()
/linux-4.1.27/security/apparmor/include/
Dpolicy.h209 struct aa_dfa *xmatch; member