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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 159 CIL_PERM,
cil_reset_ast.c 15 struct cil_perm *perm = (struct cil_perm *)d;
35 static void cil_reset_perm(struct cil_perm *perm)
379 case CIL_PERM:
cil_post.c 673 struct cil_perm *perm = (struct cil_perm *)datum;
833 case CIL_PERM:
    [all...]
cil_tree.c 436 if (current_perm->flavor == CIL_PERM) {
437 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name);
439 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name);
870 struct cil_perm *cmp = node->data;
    [all...]
cil.c 516 case CIL_PERM:
769 case CIL_PERM:
892 case CIL_PERM:
    [all...]
cil_build_ast.c 376 rc = cil_gen_perm_nodes(db, perms, ast_node, CIL_PERM, &class->num_perms);
458 struct cil_perm *perm = NULL;
481 void cil_destroy_perm(struct cil_perm *perm)
545 rc = cil_gen_expr(start_perm, CIL_PERM, perms);
926 rc = cil_gen_perm_nodes(db, parse_current->next->next->cl_head, ast_node, CIL_PERM, &common->num_perms);
    [all...]
cil_copy_ast.c 165 struct cil_perm *orig = data;
171 struct cil_perm *new;
    [all...]
cil_policy.c 521 struct cil_perm *cmp = i->data;
560 struct cil_perm *cmp = j->data;
994 if (current->flavor == CIL_PERM) {
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c 798 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
828 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
856 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
    [all...]

Completed in 461 milliseconds