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

  /external/selinux/libsepol/cil/src/
cil_internal.h 421 char *role_str; member in struct:cil_userrole
471 char *role_str; member in struct:cil_roletype
644 char *role_str; member in struct:cil_context
cil_copy_ast.c 399 new->role_str = orig->role_str;
487 new->role_str = orig->role_str;
966 new->role_str = data->role_str;
    [all...]
cil_tree.c 553 } else if (context->role_str != NULL) {
554 cil_log(CIL_INFO, " %s", context->role_str);
652 } else if (userrole->role_str != NULL) {
653 cil_log(CIL_INFO, " %s", userrole->role_str);
710 } else if (roletype->role_str != NULL) {
711 cil_log(CIL_INFO, " %s", roletype->role_str);
    [all...]
cil_verify.c 738 ctx->role_str, ctx->user_str);
750 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
755 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);
    [all...]
cil_policy.c 446 char *role_str = ((struct cil_symtab_datum*)context->role)->name; local
450 fprintf(file_arr[file_index], "%s:%s:%s:", user_str, role_str, type_str);
1051 char *role_str = ((struct cil_symtab_datum*)roletype->role)->name; local
1054 fprintf(file_arr[ALIASES], "role %s types %s\n", role_str, type_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 746 rc = cil_resolve_name(current, userrole->role_str, CIL_SYM_ROLES, extra_args, &role_datum);
913 rc = cil_resolve_name(current, roletype->role_str, CIL_SYM_ROLES, extra_args, &role_datum);
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 440 CuAssertStrEquals(tc, ((struct cil_userrole *)test_ast_node->data)->role_str, test_copy->role_str);
985 CuAssertStrEquals(tc, test_copy->packet_context->role_str,
986 ((struct cil_netifcon *)test_ast_node->data)->packet_context->role_str);
    [all...]

Completed in 63 milliseconds