Home | History | Annotate | Download | only in src

Lines Matching refs:sid

384 			struct cil_sid *sid = node->data;
385 if (sid->ordered == CIL_FALSE) {
386 cil_tree_log(node, CIL_ERR, "SID %s not in sidorder statement", sid->datum.name);
431 cil_log(CIL_ERR, "At least one initial sid must be defined in the policy\n");
436 struct cil_sid *sid = i->data;
437 if (sid->context == NULL) {
438 struct cil_tree_node *node = sid->datum.nodes->head->data;
439 cil_tree_log(node, CIL_ERR, "No context assigned to SID %s declared",sid->datum.name);