Files
pam_panic/src/pam_panic/pam_panic_authdevice.h
T

12 lines
292 B
C
Raw Normal View History

2018-04-01 02:09:00 +02:00
/*
FILENAME : pam_panic_authdevice.h
AUTHOR : Bandie
DATE : 2018-03-27T02:34:08+02:00
LICENSE : GNU-GPLv3
*/
2018-04-25 00:56:58 +02:00
#define ASK "Key? "
2018-04-01 01:53:41 +02:00
int authDevice(pam_handle_t *pamh, char *allowed, char *rejected, char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);