commit 72f5dfd4fc3fb17be3c120b7ba627dd9aee01cc9 parent 56c010a0ffc745bf37b5ae0df28169a6cdb25aa0 Author: hovercats <hovercatswithlasereyes@protonmail.com> Date: Fri, 27 Oct 2023 02:09:24 +0200 wiki/kernel: add link to linux hardened patches Diffstat:
M | wiki/kernel/patches/index.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/wiki/kernel/patches/index.md b/wiki/kernel/patches/index.md @@ -6,5 +6,8 @@ Heres some that you might find usefull: Remove `perl` as a buildtime dependency for kernel: [kernel-no-perl.patch](kernel-no-perl.patch) -Use `byacc` instead of `bison`: +Use `yacc` instead of `bison`: [use byacc patch](make-yacc-usage-POSIX-compliant.diff) + +Linux hardened patches for security minded users: +[Linux hardened](https://github.com/anthraxx/linux-hardened/releases)