From e70f828a018f14da9eb07035484b85985c7ab800 Mon Sep 17 00:00:00 2001 From: Yousaf Kaukab Date: May 25 2023 08:53:07 +0000 Subject: Merge remote-tracking branch 'origin/users/jlee/SLE15-SP5/for-next' into SLE15-SP5 Pull a patch refresh from Chun-Yi (Joey) Lee --- diff --git a/patches.suse/bluetooth-Perform-careful-capability-checks-in-hci_s.patch b/patches.suse/bluetooth-Perform-careful-capability-checks-in-hci_s.patch index 06fd1be..84cbf4a 100644 --- a/patches.suse/bluetooth-Perform-careful-capability-checks-in-hci_s.patch +++ b/patches.suse/bluetooth-Perform-careful-capability-checks-in-hci_s.patch @@ -4,7 +4,7 @@ Date: Sun, 16 Apr 2023 16:14:04 +0800 Subject: [PATCH] bluetooth: Perform careful capability checks in hci_sock_ioctl() Git-commit: 25c150ac103a4ebeed0319994c742a90634ddf18 Patch-mainline: v6.4-rc1 -References: git-fixes +References: git-fixes bsc#1210533 CVE-2023-2002 Previously, capability was checked using capable(), which verified that the caller of the ioctl system call had the required capability. In addition,