Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dpolicy_compat.c53 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
117 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_fperms_user()
192 perms[state].allow = dfa_user_allow(xmatch, state); in compute_xmatch_perms()
216 perms.allow = dfa_user_allow(dfa, state); in compute_perms_entry()