Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/
Dprocattr.c44 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
55 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
Dsecid.c69 int flags = FLAG_VIEW_SUBNS | FLAG_HIDDEN_UNCONFINED | FLAG_ABS_ROOT; in apparmor_secid_to_secctx()
Dlabel.c1530 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_profile_snxprint()
1657 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_label_snxprint()
Dlsm.c1123 FLAG_HIDDEN_UNCONFINED, GFP_KERNEL); in apparmor_socket_getpeersec_stream()
/Linux-v6.1/security/apparmor/include/
Dlabel.h309 #define FLAG_HIDDEN_UNCONFINED 4 macro