Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
6e375929
Commit
6e375929
authored
9 years ago
by
James Morris
Browse files
Options
Downloads
Plain Diff
Merge branch 'upstream' of
git://git.infradead.org/users/pcmoore/selinux
into for-linus2
parents
096fe9ea
f3bef679
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
security/selinux/ss/conditional.c
+2
-2
2 additions, 2 deletions
security/selinux/ss/conditional.c
with
2 additions
and
2 deletions
security/selinux/ss/conditional.c
+
2
−
2
View file @
6e375929
...
...
@@ -638,7 +638,7 @@ void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
{
struct
avtab_node
*
node
;
if
(
!
ctab
||
!
key
||
!
avd
||
!
xperms
)
if
(
!
ctab
||
!
key
||
!
avd
)
return
;
for
(
node
=
avtab_search_node
(
ctab
,
key
);
node
;
...
...
@@ -657,7 +657,7 @@ void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
if
((
u16
)(
AVTAB_AUDITALLOW
|
AVTAB_ENABLED
)
==
(
node
->
key
.
specified
&
(
AVTAB_AUDITALLOW
|
AVTAB_ENABLED
)))
avd
->
auditallow
|=
node
->
datum
.
u
.
data
;
if
((
node
->
key
.
specified
&
AVTAB_ENABLED
)
&&
if
(
xperms
&&
(
node
->
key
.
specified
&
AVTAB_ENABLED
)
&&
(
node
->
key
.
specified
&
AVTAB_XPERMS
))
services_compute_xperms_drivers
(
xperms
,
node
);
}
...
...
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