Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dprocattr.c43 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
54 FLAG_HIDDEN_UNCONFINED); in aa_getprocattr()
H A Dsecid.c68 int flags = FLAG_VIEW_SUBNS | FLAG_HIDDEN_UNCONFINED | FLAG_ABS_ROOT; in apparmor_secid_to_secctx()
H A Dlabel.c1531 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_profile_snxprint()
1658 if (flags & FLAG_HIDDEN_UNCONFINED) in aa_label_snxprint()
H A Dlsm.c1171 FLAG_HIDDEN_UNCONFINED, GFP_KERNEL); in apparmor_socket_getpeersec_stream()
/openbmc/linux/security/apparmor/include/
H A Dlabel.h309 #define FLAG_HIDDEN_UNCONFINED 4 macro