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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
fff2980a
Commit
fff2980a
authored
12 years ago
by
William Roberts
Browse files
Options
Downloads
Patches
Plain Diff
Whitespace and doxygen fix
Change-Id: I7b6ad050051854120dc8031b17da6aec0e644be3
parent
c34a2527
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/check_seapp.c
+3
-1
3 additions, 1 deletion
tools/check_seapp.c
with
3 additions
and
1 deletion
tools/check_seapp.c
+
3
−
1
View file @
fff2980a
...
@@ -163,7 +163,7 @@ key_map rules[] = {
...
@@ -163,7 +163,7 @@ key_map rules[] = {
{
.
name
=
"type"
,
.
type
=
dt_string
,
.
dir
=
dir_out
,
.
data
=
NULL
},
{
.
name
=
"type"
,
.
type
=
dt_string
,
.
dir
=
dir_out
,
.
data
=
NULL
},
{
.
name
=
"levelFromUid"
,
.
type
=
dt_bool
,
.
dir
=
dir_out
,
.
data
=
NULL
},
{
.
name
=
"levelFromUid"
,
.
type
=
dt_bool
,
.
dir
=
dir_out
,
.
data
=
NULL
},
{
.
name
=
"level"
,
.
type
=
dt_string
,
.
dir
=
dir_out
,
.
data
=
NULL
},
{
.
name
=
"level"
,
.
type
=
dt_string
,
.
dir
=
dir_out
,
.
data
=
NULL
},
};
};
/**
/**
* Head pointer to a linked list of
* Head pointer to a linked list of
...
@@ -230,6 +230,8 @@ int check_type(sepol_policydb_t *db, char *type) {
...
@@ -230,6 +230,8 @@ int check_type(sepol_policydb_t *db, char *type) {
* The key map to check
* The key map to check
* @param lineno
* @param lineno
* The line number in the source file for the corresponding key map
* The line number in the source file for the corresponding key map
* @return
* 1 if valid, 0 if invalid
*/
*/
static
int
key_map_validate
(
key_map
*
m
,
int
lineno
)
{
static
int
key_map_validate
(
key_map
*
m
,
int
lineno
)
{
...
...
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