Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_compat.c61 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
132 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_fperms_other()
230 perms.allow |= map_other(dfa_other_allow(dfa, state)); in compute_perms_entry()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dfile.h150 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ macro
/kernel/linux/linux-5.10/security/apparmor/
H A Dlib.c337 perms->allow |= map_other(dfa_other_allow(dfa, state)); in aa_compute_perms()
H A Dfile.c229 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in aa_compute_fperms()

Completed in 4 milliseconds