Home
last modified time | relevance | path

Searched refs:dfa_user_allow (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_compat.c53 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
117 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_fperms_user()
191 perms[state].allow = dfa_user_allow(xmatch, state); in compute_xmatch_perms()
215 perms.allow = dfa_user_allow(dfa, state); in compute_perms_entry()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dfile.h143 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
/kernel/linux/linux-5.10/security/apparmor/
H A Dlib.c329 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
H A Ddomain.c341 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()
421 perm = dfa_user_allow(profile->xmatch, state); in find_attach()
H A Dmount.c217 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()
H A Dfile.c224 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms()

Completed in 6 milliseconds