mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:33:35 +07:00
Add KSPP=no definition
This commit is contained in:
parent
5572eb897a
commit
39d063d494
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user