Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dlabel.h82 FLAG_UNCONFINED = 2, /* label unconfined only if all */ enumerator
143 #define label_unconfined(X) ((X)->flags & FLAG_UNCONFINED)
/openbmc/linux/security/apparmor/
H A Dpolicy_ns.c92 FLAG_IMMUTIBLE | FLAG_NS_COUNT | FLAG_UNCONFINED; in alloc_unconfined()
H A Dlabel.c202 long u = FLAG_UNCONFINED; in accum_vec_flags()
210 if (!(u & vec[i]->label.flags & FLAG_UNCONFINED)) in accum_vec_flags()
211 u &= ~FLAG_UNCONFINED; in accum_vec_flags()
H A Dpolicy_unpack.c907 profile->label.flags |= FLAG_UNCONFINED; in unpack_profile()