mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-19 18:20:26 -04:00
readme
This commit is contained in:
parent
a82448d46a
commit
41f4441d9d
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ for DMA (Direct Memory Access) attacks.
|
||||||
* The kernel now panics on oopses to prevent it from continuing running a
|
* The kernel now panics on oopses to prevent it from continuing running a
|
||||||
flawed process.
|
flawed process.
|
||||||
|
|
||||||
|
Requires every module to be signed before being loaded. Any module that is
|
||||||
|
unsigned or signed with an invalid key cannot be loaded. This makes it harder
|
||||||
|
to load a malicious module.
|
||||||
|
/etc/default/grub.d/40_only_allow_signed_modules.cfg
|
||||||
|
|
||||||
Uncommon network protocols are blacklisted:
|
Uncommon network protocols are blacklisted:
|
||||||
These are rarely used and may have unknown vulnerabilities.
|
These are rarely used and may have unknown vulnerabilities.
|
||||||
/etc/modprobe.d/uncommon-network-protocols.conf
|
/etc/modprobe.d/uncommon-network-protocols.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue