Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dpolicy_compat.c61 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
132 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_fperms_other()
231 perms.allow |= map_other(dfa_other_allow(dfa, state)); in compute_perms_entry()