HomeSort by relevance Sort by last modified time
    Searched refs:COND_BOOL_FLAGS_TUNABLE (Results 1 - 6 of 6) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 229 #define COND_BOOL_FLAGS_TUNABLE 0x01 /* is this a tunable? */
  /external/selinux/checkpolicy/
module_compiler.c 1068 booldatum->flags |= COND_BOOL_FLAGS_TUNABLE;
    [all...]
policy_define.c     [all...]
  /external/selinux/libsepol/src/
link.c 634 } else if ((booldatum->flags & COND_BOOL_FLAGS_TUNABLE) !=
635 (base_bool->flags & COND_BOOL_FLAGS_TUNABLE)) {
    [all...]
expand.c 1084 if (bool->flags & COND_BOOL_FLAGS_TUNABLE) {
    [all...]
module_to_cil.c     [all...]

Completed in 150 milliseconds