Home
last modified time | relevance | path

Searched refs:dfa_user_xindex (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Dfile.h148 #define dfa_user_xindex(dfa, state) \ macro
/Linux-v4.19/security/apparmor/
Dfile.c242 perms.xindex = dfa_user_xindex(dfa, state); in aa_compute_fperms()
Dmount.c223 .xindex = dfa_user_xindex(dfa, state), in compute_mnt_perms()
Dpolicy_unpack.c907 if (!verify_xindex(dfa_user_xindex(dfa, i), table_size)) in verify_dfa_xindex()