From 98f27c3b2e1420f6d29cabe7d0c60a92989d06e1 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 10 Oct 2025 06:53:04 -0400 Subject: [PATCH] comment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ec1250..03c72a2 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Kernel space: - Enable sanity checks and red zoning via slab debugging. This will implicitly disable kernel pointer hashing, leaking very sensitive information to root. Re-enabling hashed pointers will be possible when using Linux kernel >= 6.17. + https://github.com/Kicksecure/security-misc/issues/253 - Enable memory zeroing at both allocation and free time, which mitigates some use-after-free vulnerabilities by erasing sensitive information in memory.