nuvious / pam-duress

A Pluggable Authentication Module (PAM) which allows the establishment of alternate passwords that can be used to perform actions to clear sensitive data, notify IT/Security staff, close off sensitive network connections, etc if a user is coerced into giving a threat actor a password.
GNU Lesser General Public License v3.0
1.33k stars 39 forks source link

fix makefile on macOS #42

Closed CamJN closed 1 year ago

CamJN commented 1 year ago

you need to escape the dollar sign when passing it to the shell

nuvious commented 1 year ago

Thanks for contributing!