Searched refs:dfa_user_allow (Results 1 – 5 of 5) sorted by relevance
144 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
331 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
339 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()417 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
239 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms()
220 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()