Home
last modified time | relevance | path

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

/external/libsepol/include/sepol/policydb/
Dpolicydb.h434 #define AVRULE_OPTIONAL 1 macro
/external/libsepol/src/
Dlink.c2082 if (cur->flags & AVRULE_OPTIONAL) { in debug_requirements()
2100 if (cur->flags & AVRULE_OPTIONAL) { in debug_requirements()
2218 if (!(block->flags & AVRULE_OPTIONAL)) { in enable_avrules()
Dpolicydb.c3423 curblock->flags |= AVRULE_OPTIONAL; in avrule_block_read()
/external/checkpolicy/
Dmodule_compiler.c1424 block->flags |= AVRULE_OPTIONAL; in begin_optional()