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.h234 #define COND_BOOL_FLAGS_TUNABLE 0x01 /* is this a tunable? */ macro
/external/selinux/libsepol/src/
Dexpand.c1085 if (bool->flags & COND_BOOL_FLAGS_TUNABLE) { in bool_copy_callback()
2894 if (booldatum->flags & COND_BOOL_FLAGS_TUNABLE) in discard_tunables()
2911 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.c2337 if (boolean->flags & COND_BOOL_FLAGS_TUNABLE) { in boolean_to_cil()
/external/selinux/checkpolicy/
Dmodule_compiler.c999 booldatum->flags |= COND_BOOL_FLAGS_TUNABLE; in require_bool_tunable()
Dpolicy_define.c1768 datum->flags |= COND_BOOL_FLAGS_TUNABLE; in define_bool_tunable()