Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dfile.h144 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
/Linux-v4.19/security/apparmor/
Dlib.c331 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
Ddomain.c339 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()
417 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
Dfile.c239 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms()
Dmount.c220 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()