Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
A Dlabel.h92 FLAG_STALE = 0x800, /* replaced/removed */ enumerator
143 #define label_is_stale(X) ((X)->flags & FLAG_STALE)
144 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
/linux/security/apparmor/
A Dlabel.c84 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()

Completed in 7 milliseconds