Searched refs:preserve_tunables (Results 1 - 13 of 13) sorted by relevance

/external/selinux/libsepol/src/
H A Dhandle.c22 sh->preserve_tunables = 0;
30 return sh->preserve_tunables;
33 void sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables) argument
36 sh->preserve_tunables = preserve_tunables;
H A Dhandle.h20 int preserve_tunables; member in struct:sepol_handle
H A Dexpand.c2821 int cur_state, preserve_tunables = 0; local
2824 if (sh && sh->preserve_tunables)
2825 preserve_tunables = 1;
2872 if (!preserve_tunables)
2875 if (booleans || preserve_tunables) {
/external/selinux/libsepol/include/sepol/
H A Dhandle.h36 void sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables);
/external/selinux/libsemanage/include/semanage/
H A Dhandle.h152 void semanage_set_preserve_tunables(semanage_handle_t * handle, int preserve_tunables);
/external/selinux/libsepol/cil/include/cil/
H A Dcil.h50 extern void cil_set_preserve_tunables(cil_db_t *db, int preserve_tunables);
/external/selinux/secilc/
H A Dsecilc.c90 int preserve_tunables = 0; local
175 preserve_tunables = 1;
202 cil_set_preserve_tunables(db, preserve_tunables);
/external/selinux/libsemanage/src/
H A Dhandle.c217 int preserve_tunables)
220 sepol_set_preserve_tunables(sh->sepolh, preserve_tunables);
216 semanage_set_preserve_tunables(semanage_handle_t * sh, int preserve_tunables) argument
H A Ddirect_api.c1080 disable_dontaudit, preserve_tunables; local
1122 /* Create or remove the preserve_tunables flag file. */
1142 ERR(sh, "Error removing the preserve_tunables flag.");
1231 preserve_tunables = sepol_get_preserve_tunables(sh->sepolh);
1234 cil_set_preserve_tunables(cildb, preserve_tunables);
/external/selinux/policycoreutils/semodule/
H A Dsemodule.c50 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/libsepol/cil/src/
H A Dcil.c281 (*db)->preserve_tunables = CIL_FALSE;
1615 void cil_set_preserve_tunables(struct cil_db *db, int preserve_tunables) argument
1617 db->preserve_tunables = preserve_tunables;
H A Dcil_internal.h303 int preserve_tunables; member in struct:cil_db
H A Dcil_build_ast.c6088 if (db->preserve_tunables) {
6094 if (db->preserve_tunables) {

Completed in 310 milliseconds