Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Dfile.h138 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
/linux-3.4.99/security/apparmor/
Dfile.c210 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_perms()