From c635db37de24029e916938eda0ed289b54340680 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 4 May 2020 18:04:14 +0200 Subject: [PATCH] refresh queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch --- ...andle-multiple-messages-in-selinux_netlink_send.patch | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch b/queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch index efc2ceaec22..cf865504196 100644 --- a/queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch +++ b/queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch @@ -19,12 +19,12 @@ Signed-off-by: Paul Moore Signed-off-by: Greg Kroah-Hartman --- - security/selinux/hooks.c | 69 ++++++++++++++++++++++++++++++----------------- - 1 file changed, 45 insertions(+), 24 deletions(-) + security/selinux/hooks.c | 68 ++++++++++++++++++++++++++++++----------------- + 1 file changed, 44 insertions(+), 24 deletions(-) --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c -@@ -5121,41 +5121,62 @@ static int selinux_tun_dev_open(void *se +@@ -5121,39 +5121,59 @@ static int selinux_tun_dev_open(void *se static int selinux_nlmsg_perm(struct sock *sk, struct sk_buff *skb) { @@ -107,7 +107,4 @@ Signed-off-by: Greg Kroah-Hartman + return rc; } -+ #ifdef CONFIG_NETFILTER - - static unsigned int selinux_ip_forward(struct sk_buff *skb, -- 2.47.3