mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-12-16 00:44:08 -05:00
Update content/posts/linux/Desktop-Linux-Hardening.md
Co-authored-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com> Signed-off-by: Raja Grewal <rg_public@proton.me>
This commit is contained in:
parent
1586452f5c
commit
16ac651487
1 changed files with 2 additions and 1 deletions
|
|
@ -276,7 +276,8 @@ slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none page_alloc.shuf
|
||||||
|
|
||||||
Kicksecure does not enforce either `module.sig_enforce=1` or `lockdown=confidentiality` by default as they lead to a lot of hardware compatibility issues; consider enabling these if possible on your system. Additionally, [`mce=0` is no longer recommended](https://forums.whonix.org/t/kernel-hardening/7296/493).
|
Kicksecure does not enforce either `module.sig_enforce=1` or `lockdown=confidentiality` by default as they lead to a lot of hardware compatibility issues; consider enabling these if possible on your system. Additionally, [`mce=0` is no longer recommended](https://forums.whonix.org/t/kernel-hardening/7296/493).
|
||||||
|
|
||||||
- Entropy generation
|
#### Entropy generation
|
||||||
|
|
||||||
```
|
```
|
||||||
random.trust_cpu=off random.trust_bootloader=off
|
random.trust_cpu=off random.trust_bootloader=off
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue