Home
last modified time | relevance | path

Searched refs:COND_NODE_FLAGS_TUNABLE (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dconditional.h93 #define COND_NODE_FLAGS_TUNABLE 0x01 macro
/external/selinux/libsepol/src/
Dexpand.c2063 if (cn->flags & COND_NODE_FLAGS_TUNABLE) in cond_node_copy()
2931 cur_node->flags &= ~COND_NODE_FLAGS_TUNABLE; in discard_tunables()
2937 cur_node->flags |= COND_NODE_FLAGS_TUNABLE; in discard_tunables()
Dmodule_to_cil.c1373 if (flags & COND_NODE_FLAGS_TUNABLE) { in cond_expr_to_cil()