Skip to content
Snippets Groups Projects
Commit 27ca061e authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am fe0d6cb8: resolved conflicts for merge of 3a1eb33b to lmp-mr1-dev-plus-aosp

* commit 'fe0d6cb8':
  Add neverallow checking to sepolicy-analyze.
parents be69f5f9 fe0d6cb8
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,4 @@ sepolicy-check
sepolicy-analyze
A tool for performing various kinds of analysis on a sepolicy
file.
\ No newline at end of file
file.
......@@ -281,6 +281,12 @@ int typecmp_func (int argc, char **argv, policydb_t *policydb) {
case 'e':
equiv = 1;
break;
case 'w':
warn = 1;
break;
case 'z':
debug = 1;
break;
default:
USAGE_ERROR = true;
return -1;
......
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