From cd35e10f956afaef36db312abc275204efafe25c Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 25 Apr 2018 11:37:40 +0200 Subject: [PATCH] Created Installation of pam_panic (markdown) --- Installation-of-pam_panic.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Installation-of-pam_panic.md diff --git a/Installation-of-pam_panic.md b/Installation-of-pam_panic.md new file mode 100644 index 0000000..284ad89 --- /dev/null +++ b/Installation-of-pam_panic.md @@ -0,0 +1,12 @@ +# Installation of pam_panic + +You will need GCC or similar, as well as the PAM headers. Some distributions package the PAM headers as libpam0g-dev. + +To compile and install it, do the following within the project's root directory: +```bash +$ [ ! -e ./configure ] && autoreconf -i +$ ./configure +$ make +$ sudo make install +``` +Note: the paths of the reboot, poweroff, and cryptsetup commands are passed to the module at compile-time. \ No newline at end of file