Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120647
b: refs/heads/master
c: 39c9aed
h: refs/heads/master
i:
  120645: d28571a
  120643: 37894ae
  120639: e031fcd
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Nov 8, 2008
1 parent 0b6176a commit 058f5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f29fae29709b4668979e244c09b2fa78ff1ad59
refs/heads/master: 39c9aede2b4a252bd296c0a86be832c3d3d0a273
2 changes: 1 addition & 1 deletion trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@ static int selinux_nlmsg_perm(struct sock *sk, struct sk_buff *skb)
"SELinux: unrecognized netlink message"
" type=%hu for sclass=%hu\n",
nlh->nlmsg_type, isec->sclass);
if (!selinux_enforcing)
if (!selinux_enforcing || security_get_allow_unknown())
err = 0;
}

Expand Down

0 comments on commit 058f5ee

Please sign in to comment.