Searched refs:xmatch (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/security/apparmor/ |
D | policy_compat.c | 173 static struct aa_perms *compute_xmatch_perms(struct aa_dfa *xmatch, in compute_xmatch_perms() argument 180 AA_BUG(!xmatch); in compute_xmatch_perms() 182 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms() 191 perms[state].allow = dfa_user_allow(xmatch, state); in compute_xmatch_perms()
|
D | domain.c | 312 state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); in aa_xattrs_match() 326 state = aa_dfa_null_transition(attach->xmatch.dfa, in aa_xattrs_match() 329 state = aa_dfa_match_len(attach->xmatch.dfa, state, in aa_xattrs_match() 331 index = ACCEPT_TABLE(attach->xmatch.dfa)[state]; in aa_xattrs_match() 332 perm = attach->xmatch.perms[index].allow; in aa_xattrs_match() 339 state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); in aa_xattrs_match() 408 if (attach->xmatch.dfa) { in find_attach() 413 state = aa_dfa_leftmatch(attach->xmatch.dfa, in find_attach() 414 attach->xmatch.start[AA_CLASS_XMATCH], in find_attach() 416 index = ACCEPT_TABLE(attach->xmatch.dfa)[state]; in find_attach() [all …]
|
D | policy_unpack.c | 852 error = unpack_pdb(e, &profile->attach.xmatch, false, false, &info); in unpack_profile() 859 if (profile->attach.xmatch.dfa) { in unpack_profile() 865 profile->attach.xmatch.start[AA_CLASS_XMATCH] = DFA_START; in unpack_profile() 866 if (!profile->attach.xmatch.perms) { in unpack_profile() 867 error = aa_compat_map_xmatch(&profile->attach.xmatch); in unpack_profile() 1263 if (!verify_perms(&profile->attach.xmatch)) { in verify_profile()
|
D | policy.c | 203 aa_destroy_policydb(&attach->xmatch); in free_attachment()
|
D | apparmorfs.c | 1098 else if (profile->attach.xmatch.dfa) in seq_profile_attach_show()
|
/Linux-v6.6/security/apparmor/include/ |
D | policy.h | 162 struct aa_policydb xmatch; member
|