Below is a patch which removes a spurious bracket in the current LSM code.
- James
--
James Morris
<jmorris@intercode.com.au>
- kernel.orig/net/ipv4/netfilter/ip_queue.c Wed Aug 22 14:38:52 2001
+++ lsm/net/ipv4/netfilter/ip_queue.c Fri Aug 24 13:55:04 2001
@@ -516,7 +516,7 @@
RCV_SKB_FAIL(-EINVAL);
if (type <= IPQM_BASE)
return;
- if (security_ops->netlink_recv(skb)) {
+ if (security_ops->netlink_recv(skb))
RCV_SKB_FAIL(-EPERM);
if (nlq->peer.pid && !nlq->peer.died
&& (nlq->peer.pid != nlh->nlmsg_pid)) {
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
This archive was generated by hypermail 2.2.0 on Wed 11 Jun 2008 - 08:10:54 EDT