From: Greg Kroah-Hartman Date: Mon, 4 May 2020 16:04:14 +0000 (+0200) Subject: refresh queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send... X-Git-Tag: v4.4.222~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c635db37de24029e916938eda0ed289b54340680;p=thirdparty%2Fkernel%2Fstable-queue.git refresh queue-4.14/selinux-properly-handle-multiple-messages-in-selinux_netlink_send.patch --- 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,