mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-08 13:02:39 -04:00
readme
This commit is contained in:
parent
0242c04dc2
commit
978e3e4abd
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -90,7 +90,17 @@ TLB invalidation so devices will never be able to access stale data contents.
|
||||||
|
|
||||||
* Distrust the 'randomly' generated CPU and bootloader seeds.
|
* Distrust the 'randomly' generated CPU and bootloader seeds.
|
||||||
|
|
||||||
### Disables and blacklists kernel modules
|
### Kernel Modules
|
||||||
|
#### Kernel Module Signature Verification
|
||||||
|
|
||||||
|
Not yet due to issues:
|
||||||
|
https://forums.whonix.org/t/enforce-kernel-module-software-signature-verification-module-signing-disallow-kernel-module-loading-by-default/7880/64
|
||||||
|
|
||||||
|
See:
|
||||||
|
|
||||||
|
* `/etc/default/grub.d/40_only_allow_signed_modules.cfg`
|
||||||
|
|
||||||
|
#### Disables and blacklists kernel modules
|
||||||
|
|
||||||
Certain kernel modules are disabled and blacklisted by default to reduce attack surface via the
|
Certain kernel modules are disabled and blacklisted by default to reduce attack surface via the
|
||||||
`/etc/modprobe.d/30_security-misc.conf` configuration file.
|
`/etc/modprobe.d/30_security-misc.conf` configuration file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue