Add KSPP=no definition

This commit is contained in:
raja-grewal 2024-09-26 13:09:21 +00:00 committed by GitHub
parent 5572eb897a
commit 39d063d494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## Enable known mitigations for CPU vulnerabilities. ## Enable known mitigations for CPU vulnerabilities.
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/index.html ## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/index.html

View File

@ -8,6 +8,7 @@ kver="$(dpkg-query --show --showformat='${Version}' "$kpkg")" 2>/dev/null || tru
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## This configuration file is split into 4 sections: ## This configuration file is split into 4 sections:
## 1. Kernel Space ## 1. Kernel Space

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## Remount Secure provides enhanced security via mount options: ## Remount Secure provides enhanced security via mount options:
## https://www.kicksecure.com/wiki/Security-misc#Remount_Secure ## https://www.kicksecure.com/wiki/Security-misc#Remount_Secure

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## Require every kernel module to be signed before being loaded. ## Require every kernel module to be signed before being loaded.
## Any module that is unsigned or signed with an invalid key cannot be loaded. ## Any module that is unsigned or signed with an invalid key cannot be loaded.

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## Some default configuration files automatically include the "quiet" parameter. ## Some default configuration files automatically include the "quiet" parameter.
## Therefore, first remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT since "quiet" must be first. ## Therefore, first remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT since "quiet" must be first.

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## NOTE: ## NOTE:
## This configuration is in a dedicated file because the ram-wipe package ## This configuration is in a dedicated file because the ram-wipe package

View File

@ -4,6 +4,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## Prevent kernel information leaks in the console during boot. ## Prevent kernel information leaks in the console during boot.
## Must be used in conjunction with kernel boot parameters. ## Must be used in conjunction with kernel boot parameters.

View File

@ -9,6 +9,7 @@
## Definitions: ## Definitions:
## KSPP=yes: compliant with recommendations by the KSPP ## KSPP=yes: compliant with recommendations by the KSPP
## KSPP=partial: partially compliant with recommendations by the KSPP ## KSPP=partial: partially compliant with recommendations by the KSPP
## KSPP=no: not (currently) compliant with recommendations by the KSPP
## This configuration file is divided into 5 sections: ## This configuration file is divided into 5 sections:
## 1. Kernel Space ## 1. Kernel Space