Addendum
This commit is contained in:
parent
784c9a3455
commit
36e61e9ee2
13
README.md
13
README.md
@ -74,9 +74,20 @@ account requisite /usr/local/lib/security/pam_panic.so
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
See `man 8 pam_panic` for more.
|
See `man 8 pam_panic` for more.
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [Manpage translations](https://github.com/Bandie/pam_panic/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization)
|
- [Manpage translations](https://github.com/Bandie/pam_panic/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization)
|
||||||
|
|
||||||
|
|
||||||
|
# Addendum
|
||||||
|
|
||||||
|
## Poisoning memory when having a reboot or shutdown
|
||||||
|
|
||||||
|
If you want to be sure to have your memory clear of all information when issuing a reboot/shutdown
|
||||||
|
you might want to add the option `page_poison=on` and `slub_debug=P` to your kernel command line at boot.
|
||||||
|
For GRUB2 you just append it on your `GRUB_CMDLINE_LINUX` entry in `/etc/default/grub` and then issue a rebuild
|
||||||
|
of the GRUB2 config: `grub-mkconfig -o /boot/grub/grub.cfg`
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user