Skip to content
Snippets Groups Projects
Commit fe0d6cb8 authored by dcashman's avatar dcashman
Browse files

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

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