Lines Matching defs:role
820 struct cil_role *role = node->data;
823 struct cil_role *r1 = role;
824 struct cil_role *r2 = role->bounds;
828 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
844 cil_tree_log(node, CIL_ERR, "Invalid role");
883 struct cil_role *role = ctx->role;
894 if (!ebitmap_get_bit(user->roles, role->value)) {
905 if (role->types != NULL) {
906 if (!ebitmap_get_bit(role->types, type->value)) {
907 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
912 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);