Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dfile.h151 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
/Linux-v4.19/security/apparmor/
Dlib.c339 perms->allow |= map_other(dfa_other_allow(dfa, state)); in aa_compute_perms()
Dfile.c244 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in aa_compute_fperms()