Home
last modified time | relevance | path

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

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