From b8e54dc84b1699ffa940681f4b2f7688cc4580e9 Mon Sep 17 00:00:00 2001 From: lonial con Date: Sun, 4 Aug 2024 15:11:49 +0800 Subject: [PATCH] Fix folder name --- .../exploit/{6.1.78 => lts-6.1.78}/Makefile | 0 .../exploit/{6.1.78 => lts-6.1.78}/README | 0 .../exploit/{6.1.78 => lts-6.1.78}/chain.h | 0 .../exploit/{6.1.78 => lts-6.1.78}/exploit | Bin .../exploit/{6.1.78 => lts-6.1.78}/exploit.c | 0 .../exploit/{6.1.78 => lts-6.1.78}/obj.h | 0 .../exploit/{6.1.78 => lts-6.1.78}/rule.h | 0 .../exploit/{6.1.78 => lts-6.1.78}/set.h | 0 .../exploit/{6.1.78 => lts-6.1.78}/setelem.h | 0 .../exploit/{6.1.78 => lts-6.1.78}/table.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/Makefile (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/README (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/chain.h (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/exploit (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/exploit.c (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/obj.h (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/rule.h (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/set.h (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/setelem.h (100%) rename pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/{6.1.78 => lts-6.1.78}/table.h (100%) diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/Makefile b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/Makefile similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/Makefile rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/Makefile diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/README b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/README similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/README rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/README diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/chain.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/chain.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/chain.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/chain.h diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/exploit b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/exploit similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/exploit rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/exploit diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/exploit.c b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/exploit.c similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/exploit.c rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/exploit.c diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/obj.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/obj.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/obj.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/obj.h diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/rule.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/rule.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/rule.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/rule.h diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/set.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/set.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/set.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/set.h diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/setelem.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/setelem.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/setelem.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/setelem.h diff --git a/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/table.h b/pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/table.h similarity index 100% rename from pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/6.1.78/table.h rename to pocs/linux/kernelctf/CVE-2024-26642_lts/exploit/lts-6.1.78/table.h