Home
last modified time | relevance | path

Searched refs:dfa_other_audit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_compat.c66 #define dfa_other_audit(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 14) & 0x7f) macro
133 perms.audit = map_old_perms(dfa_other_audit(dfa, state)); in compute_fperms_other()
240 perms.audit |= map_other(dfa_other_audit(dfa, state)); in compute_perms_entry()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dfile.h153 #define dfa_other_audit(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 14) & 0x7f) macro
/kernel/linux/linux-5.10/security/apparmor/
H A Dlib.c338 perms->audit |= map_other(dfa_other_audit(dfa, state)); in aa_compute_perms()
H A Dfile.c230 perms.audit = map_old_perms(dfa_other_audit(dfa, state)); in aa_compute_fperms()

Completed in 3 milliseconds