This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add those after ^ | |
# Modules executing scripts on login and using your password passed to stdin as input for commands | |
# Feel free to locate scripts wherever you like, e.g. `/etc/pams.d/pam_crypthome.sh` => `/etc/scripts/unlock_home.sh` | |
# (...) | |
auth include system-auth | |
# add those after ^ | |
auth optional pam_exec.so expose_authtok /etc/pams.d/pam_crypthome.sh | |
auth optional pam_exec.so expose_authtok /etc/pams.d/pam_cryptswap.sh | |
# (...) |
NewerOlder