Lines Matching full:role
551 if (context->role != NULL) {
552 cil_log(CIL_INFO, " %s", context->role->datum.name);
636 struct cil_role *role = node->data;
637 cil_log(CIL_INFO, "ROLE: %s\n", role->datum.name);
652 if (userrole->role != NULL) {
653 datum = userrole->role;
710 if (roletype->role != NULL) {
711 datum = roletype->role;
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
1565 case CIL_ROLE: cil_log(CIL_INFO, "role:"); break;