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
#!/usr/bin/env bash | |
set -e | |
# Configure Fedora PAM to use Howdy for facial recognition | |
# Configured sudo and GDM login. | |
# SELinux is also configured to allow Howdy to access necessary resources. | |
# Notes: | |
# - This script is tested on Fedora 39. | |
# - This script is for howdy-beta version, which provides pam_howdy.so | |
# Reference: https://copr.fedorainfracloud.org/coprs/principis/howdy-beta/ |