Merge pull request #44 from Bandie/master

README: Addendum
This commit is contained in:
Jordy Dickinson 2018-04-08 17:16:25 -04:00 committed by GitHub
commit 4ea83bf482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -79,5 +79,18 @@ To set your passwords run `pam_panic_pw` as root in your prefered shell.
## More information
See `man 8 pam_panic` and `man 1 pam_panic_pw` for more information.
## TODO
- [Manpage translations](https://github.com/Bandie/pam_panic/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization)
# Addendum
## Poisoning memory when issuing 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`