Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
fe0d6cb8
Commit
fe0d6cb8
authored
10 years ago
by
dcashman
Browse files
Options
Downloads
Plain Diff
resolved conflicts for merge of
3a1eb33b
to lmp-mr1-dev-plus-aosp
Change-Id: I5cdc157157b6ed382e4827406bce7406fc2c3e3a
parents
6eabeb20
3a1eb33b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/README
+1
-1
1 addition, 1 deletion
tools/README
tools/sepolicy-analyze/typecmp.c
+6
-0
6 additions, 0 deletions
tools/sepolicy-analyze/typecmp.c
with
7 additions
and
1 deletion
tools/README
+
1
−
1
View file @
fe0d6cb8
This diff is collapsed.
Click to expand it.
tools/sepolicy-analyze/typecmp.c
+
6
−
0
View file @
fe0d6cb8
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment