Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Dfile.h131 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
/linux-3.4.99/security/apparmor/
Dfile.c205 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_perms()
Ddomain.c157 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()