Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlib.h84 #define aa_in_scope(SUBJ, OBJ) \ argument
85 aa_ns_visible(SUBJ, OBJ, false)
87 #define aa_in_view(SUBJ, OBJ) \ argument
88 aa_ns_visible(SUBJ, OBJ, true)