This commit is contained in:
Bandie 2018-04-08 15:45:51 +02:00
parent 784c9a3455
commit 36e61e9ee2
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 12 additions and 1 deletions

View File

@ -74,9 +74,20 @@ account requisite /usr/local/lib/security/pam_panic.so
```
See `man 8 pam_panic` for more.
## TODO
- [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`