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

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 32 class->ordered = CIL_FALSE;
46 cil_list_destroy(&cp->perms, CIL_FALSE);
102 cil_list_destroy(&user->roles, CIL_FALSE);
128 cil_list_item_destroy(&expr, CIL_FALSE);
138 cil_list_destroy(&ras->datum_expr, CIL_FALSE);
157 cil_list_item_destroy(&expr, CIL_FALSE);
163 attr->used = CIL_FALSE;
168 cil_list_destroy(&tas->datum_expr, CIL_FALSE);
187 cil_list_destroy(&sens->cats_list, CIL_FALSE);
188 sens->ordered = CIL_FALSE;
    [all...]
cil_verify.c 378 if (sid->ordered == CIL_FALSE) {
384 if (class->ordered == CIL_FALSE) {
390 if (cat->ordered == CIL_FALSE) {
396 if (sens->ordered == CIL_FALSE) {
451 return CIL_FALSE;
481 int ok = CIL_FALSE;
502 int found = CIL_FALSE;
726 int found = CIL_FALSE;
771 if (found == CIL_FALSE) {
    [all...]
cil.c 267 (*db)->disable_dontaudit = CIL_FALSE;
268 (*db)->disable_neverallow = CIL_FALSE;
269 (*db)->preserve_tunables = CIL_FALSE;
284 cil_list_destroy(&(*db)->sidorder, CIL_FALSE);
285 cil_list_destroy(&(*db)->classorder, CIL_FALSE);
286 cil_list_destroy(&(*db)->catorder, CIL_FALSE);
287 cil_list_destroy(&(*db)->sensitivityorder, CIL_FALSE);
299 cil_list_destroy(&(*db)->userprefixes, CIL_FALSE);
300 cil_list_destroy(&(*db)->selinuxusers, CIL_FALSE);
466 cil_list_destroy(*data, CIL_FALSE);
    [all...]
cil_binary.c 98 cil_list_destroy(&neverallow->rules, CIL_FALSE);
101 cil_list_destroy(&neverallows, CIL_FALSE);
601 if (cil_attr->used == CIL_FALSE) {
655 if (cil_attr->used == CIL_FALSE) {
1133 cil_list_destroy(&class_list, CIL_FALSE);
1139 return __cil_type_rule_to_avtab(pdb, db, cil_rule, NULL, CIL_FALSE);
1207 add = CIL_FALSE;
1238 cil_list_destroy(&class_list, CIL_FALSE);
1244 return __cil_typetransition_to_avtab(pdb, db, typetrans, NULL, CIL_FALSE, filename_trans_table);
    [all...]
cil_resolve_ast.c 1058 (*ordered)->merged = CIL_FALSE;
1065 cil_list_destroy(&(*ordered)->list, CIL_FALSE);
    [all...]
cil_post.c 60 return CIL_FALSE;
63 return CIL_FALSE;
70 return CIL_FALSE;
719 cil_list_destroy(&cats->datum_expr, CIL_FALSE);
724 cil_list_destroy(&new, CIL_FALSE);
746 if (catset->cats->evaluated == CIL_FALSE) {
    [all...]
cil_build_ast.c 204 cil_list_destroy(&block->bi_nodes, CIL_FALSE);
488 cil_list_destroy(&perm->classperms, CIL_FALSE);
597 cil_list_destroy(&cp->perms, CIL_FALSE);
682 cil_list_destroy(cp_list, CIL_FALSE);
732 cil_list_destroy(&cp->classperms, CIL_FALSE);
1199 cil_list_destroy(&user->roles, CIL_FALSE);
    [all...]
cil_policy.c 856 case CIL_FALSE:
878 if (node->parent->flavor == CIL_FALSE) {
    [all...]
cil_internal.h 808 #define CIL_FALSE 0
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 77 uint32_t changed = CIL_FALSE;
101 uint32_t changed = CIL_FALSE;
140 uint32_t changed = CIL_FALSE;
159 uint32_t changed = CIL_FALSE;
179 uint32_t changed = CIL_FALSE;
199 uint32_t changed = CIL_FALSE;
221 uint32_t changed = CIL_FALSE;
256 uint32_t changed = CIL_FALSE;
289 uint32_t changed = CIL_FALSE;
309 uint32_t changed = CIL_FALSE;
    [all...]

Completed in 101 milliseconds