From b58725c38c0a1a924d4dc77f8b9655c3100ba372 Mon Sep 17 00:00:00 2001 From: Notselwyn <68616630+Notselwyn@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:01:21 -0400 Subject: [PATCH] fix: asm-generic headers (please let this be the last) --- .../CVE-2024-1086_lts_mitigation/exploit/lts-6.1.72/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pocs/linux/kernelctf/CVE-2024-1086_lts_mitigation/exploit/lts-6.1.72/Makefile b/pocs/linux/kernelctf/CVE-2024-1086_lts_mitigation/exploit/lts-6.1.72/Makefile index f527bb09..b89a477a 100644 --- a/pocs/linux/kernelctf/CVE-2024-1086_lts_mitigation/exploit/lts-6.1.72/Makefile +++ b/pocs/linux/kernelctf/CVE-2024-1086_lts_mitigation/exploit/lts-6.1.72/Makefile @@ -31,6 +31,7 @@ _install_headers: ln -s /usr/include/libmnl ./include/libmnl ln -s /usr/include/linux ./include/linux ln -s /usr/include/asm-generic ./include/asm + ln -s /usr/include/asm-generic ./include/asm-generic _install_musl: sudo apt-get install musl-tools