Remmove deprecated link

This commit is contained in:
raja-grewal 2024-10-06 10:46:05 +00:00 committed by GitHub
parent ac1378743c
commit dc470cac1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ This section is inspired by the Kernel Self Protection Project (KSPP). It
attempts to implement all recommended Linux kernel settings by the KSPP and attempts to implement all recommended Linux kernel settings by the KSPP and
many more sources. many more sources.
- https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
- https://kspp.github.io/Recommended_Settings - https://kspp.github.io/Recommended_Settings
- https://github.com/KSPP/kspp.github.io - https://github.com/KSPP/kspp.github.io
@ -200,7 +199,7 @@ Networking:
out via `/usr/libexec/security-misc/mmap-rnd-bits` (set to the values of out via `/usr/libexec/security-misc/mmap-rnd-bits` (set to the values of
`CONFIG_ARCH_MMAP_RND_BITS_MAX` and `CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX` `CONFIG_ARCH_MMAP_RND_BITS_MAX` and `CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX`
that the kernel was built with), therefore improving its effectiveness. that the kernel was built with), therefore improving its effectiveness.
### Kernel Self Protection Project (KSPP) compliance status ### Kernel Self Protection Project (KSPP) compliance status
**Summary:** **Summary:**