Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlabel.h100 FLAG_STALE = 0x800, /* replaced/removed */ enumerator
151 #define label_is_stale(X) ((X)->flags & FLAG_STALE)
152 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
/security/apparmor/
Dlabel.c88 orig->flags |= FLAG_STALE; in __aa_proxy_redirect()