Updated Configuration (markdown)

Bandie 2019-06-16 22:43:49 +02:00
parent a75f30b859
commit 032c0f1710
1 changed files with 10 additions and 1 deletions

@ -1,5 +1,14 @@
# Doing it automatically
Just run `sudo pam_panic_config`.
1. Run `sudo pam_panic_config`
2. Put the following in any module of /etc/pam.d you might want to use/need:
```
auth include pampanic
account include pampanic
```
It can be something like `xscreensaver` or `system-local-login`.
# Doing it manually
## What pam_panic flags exist?