Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
09c62689
Commit
09c62689
authored
Nov 13, 2014
by
James Morris
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.18' of
git://git.infradead.org/users/pcmoore/selinux
into for-linus
parents
04689e74
d950f84c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
security/selinux/hooks.c
security/selinux/hooks.c
+4
-3
No files found.
security/selinux/hooks.c
View file @
09c62689
...
...
@@ -4725,7 +4725,8 @@ static int selinux_nlmsg_perm(struct sock *sk, struct sk_buff *skb)
err
=
selinux_nlmsg_lookup
(
sksec
->
sclass
,
nlh
->
nlmsg_type
,
&
perm
);
if
(
err
)
{
if
(
err
==
-
EINVAL
)
{
WARN_ONCE
(
1
,
"selinux_nlmsg_perm: unrecognized netlink message:"
printk
(
KERN_WARNING
"SELinux: unrecognized netlink message:"
" protocol=%hu nlmsg_type=%hu sclass=%hu
\n
"
,
sk
->
sk_protocol
,
nlh
->
nlmsg_type
,
sksec
->
sclass
);
if
(
!
selinux_enforcing
||
security_get_allow_unknown
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment