Home
last modified time | relevance | path

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

/linux-6.1.9/security/apparmor/include/
Dfile.h151 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
/linux-6.1.9/security/apparmor/
Dlib.c355 perms->allow |= map_other(dfa_other_allow(dfa, state)); in aa_compute_perms()
Dfile.c231 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in aa_compute_fperms()