Searched refs:COND_BOOL_FLAGS_TUNABLE (Results 1 - 5 of 5) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h227 #define COND_BOOL_FLAGS_TUNABLE 0x01 /* is this a tunable? */ macro
/external/checkpolicy/
H A Dmodule_compiler.c1067 booldatum->flags |= COND_BOOL_FLAGS_TUNABLE;
H A Dpolicy_define.c1632 datum->flags |= COND_BOOL_FLAGS_TUNABLE;
/external/libsepol/src/
H A Dlink.c633 } else if ((booldatum->flags & COND_BOOL_FLAGS_TUNABLE) !=
634 (base_bool->flags & COND_BOOL_FLAGS_TUNABLE)) {
H A Dexpand.c1159 if (bool->flags & COND_BOOL_FLAGS_TUNABLE) {
2880 if (booldatum->flags & COND_BOOL_FLAGS_TUNABLE)
2897 tmp[i]->flags &= ~COND_BOOL_FLAGS_TUNABLE;

Completed in 155 milliseconds