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
Branches
Tags
No related merge requests found
...@@ -897,8 +897,7 @@ static void init() { ...@@ -897,8 +897,7 @@ static void init() {
} }
if (sepol_policydb_read(pol.db, pol.pf) < 0) { if (sepol_policydb_read(pol.db, pol.pf) < 0) {
log_error("Could not lod policy file to db: %s!\n", log_error("Could not load policy file to db: invalid input file!\n");
strerror(errno));
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment