Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
A Dfile.h143 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
/linux/security/apparmor/
A Dlib.c329 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
A Ddomain.c343 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()
423 perm = dfa_user_allow(profile->xmatch, state); in find_attach()
A Dfile.c226 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms()
A Dmount.c217 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()

Completed in 10 milliseconds