From 5f8ef5903a0461b9f4f25de96c4ccca3aeb4d5ac Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 25 Apr 2018 00:56:58 +0200 Subject: [PATCH] =?UTF-8?q?More=20seriousness=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pam_panic/pam_panic_authdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam_panic/pam_panic_authdevice.h b/src/pam_panic/pam_panic_authdevice.h index 7a0affe..fe4386b 100644 --- a/src/pam_panic/pam_panic_authdevice.h +++ b/src/pam_panic/pam_panic_authdevice.h @@ -6,6 +6,6 @@ LICENSE : GNU-GPLv3 */ -#define ASK "Please enter your secret key to decrypt the firewall and access the mainframe. " +#define ASK "Key? " int authDevice(pam_handle_t *pamh, char *allowed, char *rejected, char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);