Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Dprocattr.c43 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
54 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
Dsecid.c68 int flags = FLAG_VIEW_SUBNS | FLAG_HIDDEN_UNCONFINED | FLAG_ABS_ROOT; in apparmor_secid_to_secctx()
Dlabel.c1531 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_profile_snxprint()
1658 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_label_snxprint()
Dlsm.c1138 FLAG_HIDDEN_UNCONFINED, GFP_KERNEL); in apparmor_socket_getpeersec_stream()
/Linux-v6.6/security/apparmor/include/
Dlabel.h309 #define FLAG_HIDDEN_UNCONFINED 4 macro