Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dfile.h141 #define dfa_other_audit(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 14) & 0x7f) macro
/linux-4.1.27/security/apparmor/
Dfile.c213 perms.audit = map_old_perms(dfa_other_audit(dfa, state)); in compute_perms()