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

I would like to translate this for macOS #40

Closed federico22285 closed 1 year ago

federico22285 commented 2 years ago

Hey :-)

Does anyone, especially the author have tried or has some opinion if this will work for macOS?, I have to study the differences when it comes to how PAM operates in each of this systems tho.

Thanks!

nuvious commented 1 year ago

We had a pull request in the past that added Mac OS compatibility and I've started documentation on distro-specific implementations. I don't have a Mac myself but if you're interested in figuring out how to implement this on a Mac with its PAM configuration, you're welcome to fork and contribute updates to the documentation.

Sorry the project hasn't been as active, new job has me very busy lately and haven't had much time to go back to this project.