mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 16:40:53 -05:00
Merge remote-tracking branch 'raja/trixie_docs' into arraybolt3/trixie
This commit is contained in:
commit
7a8dfa528c
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ Kernel space:
|
||||||
- Use kCFI as the default CFI implementation as it is more resilient to attacks that are
|
- Use kCFI as the default CFI implementation as it is more resilient to attacks that are
|
||||||
able to write arbitrary executables into memory omitting the necessary hash validation.
|
able to write arbitrary executables into memory omitting the necessary hash validation.
|
||||||
|
|
||||||
- Optional - Disable support for all x86 processes and syscalls to reduce attack surface.
|
- Optional - Disable support for all 32-bit x86 processes and syscalls to reduce attack surface.
|
||||||
|
|
||||||
- Disable the EFI persistent storage feature which prevents the kernel from writing crash logs
|
- Disable the EFI persistent storage feature which prevents the kernel from writing crash logs
|
||||||
and other persistent data to either the UEFI variable storage or ACPI ERST backends.
|
and other persistent data to either the UEFI variable storage or ACPI ERST backends.
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX vdso32=0"
|
||||||
##
|
##
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX cfi=kcfi"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX cfi=kcfi"
|
||||||
|
|
||||||
## Disable support for x86 processes and syscalls.
|
## Disable support for all 32-bit x86 processes and syscalls.
|
||||||
## Unconditionally disables IA32 emulation to substantially reduce attack surface.
|
## Unconditionally disables IA32 emulation to substantially reduce attack surface.
|
||||||
##
|
##
|
||||||
## https://lore.kernel.org/all/20230623111409.3047467-7-nik.borisov@suse.com/
|
## https://lore.kernel.org/all/20230623111409.3047467-7-nik.borisov@suse.com/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue