Home
last modified time | relevance | path

Searched defs:CIL_ERR (Results 1 - 3 of 3) sorted by relevance

/third_party/selinux/libsepol/cil/include/cil/
H A Dcil.h69 CIL_ERR = 1, enumerator
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c109 cil_tree_log(NODE(orig), CIL_ERR, "Block %s being copied", key); in cil_copy_block() local
110 cil_tree_log(NODE(datum), CIL_ERR, " Conflicts with %s already declared", cil_node_to_string(NODE(datum))); in cil_copy_block() local
1509 cil_tree_log(NODE(orig), CIL_ERR, "Macro %s being copied", key); in cil_copy_macro() local
1510 cil_tree_log(NODE(datum), CIL_ERR, " Conflicts with %s already declared", cil_node_to_string(NODE(datum))); in cil_copy_macro() local
2041 cil_tree_log(NODE(data), CIL_ERR, "Note: conflicting declaration"); in __cil_copy_node_helper() local
[all...]
H A Dcil_verify.c453 cil_tree_log(NODE(datum), CIL_ERR, "Self-reference found for %s", datum->name); cil_verify_no_self_reference() local
1715 cil_tree_log(NODE(cur), CIL_ERR, "Map class %s does not have a classmapping for %s", parent->name, cur->name); __cil_verify_classperms() local
1717 cil_tree_log(NODE(cur), CIL_ERR, "Classpermission %s does not have a classpermissionset", cur->name); __cil_verify_classperms() local
1724 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the map class %s and permission %s", parent->name, cur->name); __cil_verify_classperms() local
1726 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the set %s", cur->name); __cil_verify_classperms() local
[all...]

Completed in 6 milliseconds