Home
last modified time | relevance | path

Searched refs:FLAG_STALE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dlabel.h96 FLAG_STALE = 0x800, /* replaced/removed */ enumerator
147 #define label_is_stale(X) ((X)->flags & FLAG_STALE)
148 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dlabel.h92 FLAG_STALE = 0x800, /* replaced/removed */ enumerator
145 #define label_is_stale(X) ((X)->flags & FLAG_STALE)
146 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
/kernel/linux/linux-6.6/security/apparmor/
H A Dlabel.c84 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()
209 FLAG_STALE); in accum_vec_flags()
/kernel/linux/linux-5.10/security/apparmor/
H A Dlabel.c84 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()

Completed in 7 milliseconds