kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

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:
Mwiki/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)