├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── touchid-pam-extension.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reflejo/pam-touchID/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reflejo/pam-touchID/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reflejo/pam-touchID/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reflejo/pam-touchID/HEAD/README.md -------------------------------------------------------------------------------- /touchid-pam-extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reflejo/pam-touchID/HEAD/touchid-pam-extension.swift --------------------------------------------------------------------------------