Skip to content
Snippets Groups Projects
Commit 70d1d30e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "check_seapp: correct output on invalid policy file"

parents 41c727bc f7d6bb3f
No related branches found
No related tags found
No related merge requests found
......@@ -897,8 +897,7 @@ static void init() {
}
if (sepol_policydb_read(pol.db, pol.pf) < 0) {
log_error("Could not lod policy file to db: %s!\n",
strerror(errno));
log_error("Could not load policy file to db: invalid input file!\n");
exit(EXIT_FAILURE);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment