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

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h229 #define COND_BOOL_FLAGS_TUNABLE 0x01 /* is this a tunable? */ macro
/external/selinux/checkpolicy/
H A Dmodule_compiler.c1068 booldatum->flags |= COND_BOOL_FLAGS_TUNABLE;
H A Dpolicy_define.c1675 datum->flags |= COND_BOOL_FLAGS_TUNABLE;
/external/selinux/libsepol/src/
H A Dlink.c634 } else if ((booldatum->flags & COND_BOOL_FLAGS_TUNABLE) !=
635 (base_bool->flags & COND_BOOL_FLAGS_TUNABLE)) {
H A Dexpand.c1084 if (bool->flags & COND_BOOL_FLAGS_TUNABLE) {
2845 if (booldatum->flags & COND_BOOL_FLAGS_TUNABLE)
2862 tmp[i]->flags &= ~COND_BOOL_FLAGS_TUNABLE;
H A Dmodule_to_cil.c2232 if (boolean->flags & COND_BOOL_FLAGS_TUNABLE) {

Completed in 1999 milliseconds