HomeSort by relevance Sort by last modified time
    Searched defs:preserve_tunables (Results 1 - 7 of 7) sorted by null

  /external/selinux/libsepol/src/
handle.h 20 int preserve_tunables; member in struct:sepol_handle
expand.c 2853 int cur_state, preserve_tunables = 0; local
    [all...]
  /external/selinux/secilc/
secil2conf.c 70 int preserve_tunables = 0; local
103 preserve_tunables = 1;
125 cil_set_preserve_tunables(db, preserve_tunables);
secilc.c 93 int preserve_tunables = 0; local
182 preserve_tunables = 1;
227 cil_set_preserve_tunables(db, preserve_tunables);
  /external/selinux/policycoreutils/semodule/
semodule.c 50 static int preserve_tunables; variable
143 printf(" -P,--preserve_tunables Preserve tunables in policy\n");
195 {"preserve_tunables", 0, NULL, 'P'},
275 preserve_tunables = 1;
744 if (preserve_tunables)
  /external/selinux/libsemanage/src/
direct_api.c 1147 disable_dontaudit, preserve_tunables; local
1198 /* Create or remove the preserve_tunables flag file. */
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 312 int preserve_tunables; member in struct:cil_db

Completed in 2017 milliseconds