Home | History | Annotate | Download | only in src

Lines Matching full:role

667 	struct cil_role *role = node->data;
670 struct cil_role *r1 = role;
671 struct cil_role *r2 = role->bounds;
675 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
691 cil_log(CIL_ERR, "Invalid role at line %d of %s\n", node->line, node->path);
730 struct cil_role *role = ctx->role;
741 if (!ebitmap_get_bit(user->roles, role->value)) {
742 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
752 if (role->types != NULL) {
753 if (!ebitmap_get_bit(role->types, type->value)) {
754 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
759 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);