Home
last modified time | relevance | path

Searched refs:FLAG_STALE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/security/apparmor/include/
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)
/linux-6.3-rc2/security/apparmor/
A Dlabel.c84 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()
209 FLAG_STALE); in accum_vec_flags()

Completed in 7 milliseconds