Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dpolicy_compat.c174 static struct aa_perms *compute_xmatch_perms(struct aa_dfa *xmatch, in compute_xmatch_perms() argument
181 AA_BUG(!xmatch); in compute_xmatch_perms()
183 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms()
192 perms[state].allow = dfa_user_allow(xmatch, state); in compute_xmatch_perms()
H A Dapparmorfs.c1099 else if (profile->attach.xmatch->dfa) in seq_profile_attach_show()