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,