Re: git-net-selinux-build-fix.patch added to -mm tree (fwd)

From: James Morris
Date: Mon Aug 15 2005 - 22:08:19 EST


Forgot to cc lkml.


---------- Forwarded message ----------
Date: Mon, 15 Aug 2005 23:00:10 -0400 (EDT)
From: James Morris <jmorris@xxxxxxxxx>
To: akpm@xxxxxxxx
Cc: David S. Miller <davem@xxxxxxxxxxxxx>, Stephen Smalley <sds@xxxxxxxxxxxxxx>
Subject: Re: git-net-selinux-build-fix.patch added to -mm tree

Please use this patch instead so that we catch the new DCCP message type.

Signed-off-by: James Morris <jmorris@xxxxxxxxx>

---

security/selinux/hooks.c | 2 +-
security/selinux/nlmsgtab.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff -purN -X dontdiff net-2.6.14.o/security/selinux/hooks.c net-2.6.14.w/security/selinux/hooks.c
--- net-2.6.14.o/security/selinux/hooks.c 2005-08-15 15:47:44.000000000 -0400
+++ net-2.6.14.w/security/selinux/hooks.c 2005-08-15 16:01:29.000000000 -0400
@@ -659,7 +659,7 @@ static inline u16 socket_type_to_securit
return SECCLASS_NETLINK_ROUTE_SOCKET;
case NETLINK_FIREWALL:
return SECCLASS_NETLINK_FIREWALL_SOCKET;
- case NETLINK_TCPDIAG:
+ case NETLINK_INET_DIAG:
return SECCLASS_NETLINK_TCPDIAG_SOCKET;
case NETLINK_NFLOG:
return SECCLASS_NETLINK_NFLOG_SOCKET;
diff -purN -X dontdiff net-2.6.14.o/security/selinux/nlmsgtab.c net-2.6.14.w/security/selinux/nlmsgtab.c
--- net-2.6.14.o/security/selinux/nlmsgtab.c 2005-08-15 15:47:44.000000000 -0400
+++ net-2.6.14.w/security/selinux/nlmsgtab.c 2005-08-15 16:06:44.000000000 -0400
@@ -16,7 +16,7 @@
#include <linux/rtnetlink.h>
#include <linux/if.h>
#include <linux/netfilter_ipv4/ip_queue.h>
-#include <linux/tcp_diag.h>
+#include <linux/inet_diag.h>
#include <linux/xfrm.h>
#include <linux/audit.h>

@@ -76,6 +76,7 @@ static struct nlmsg_perm nlmsg_firewall_
static struct nlmsg_perm nlmsg_tcpdiag_perms[] =
{
{ TCPDIAG_GETSOCK, NETLINK_TCPDIAG_SOCKET__NLMSG_READ },
+ { DCCPDIAG_GETSOCK, NETLINK_TCPDIAG_SOCKET__NLMSG_READ },
};

static struct nlmsg_perm nlmsg_xfrm_perms[] =
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/