Files
gtk-ahfail/crates/ahfail-pam/Cargo.toml
Asger Geel Weirsøe c24bd26ba1 feat: add ahfail-pam PAM module with cleanup-based failure detection
Implements a C-ABI PAM shared library that registers a pam_set_data
cleanup callback to detect auth failures and spawn/kill ahfail-display
via a double-fork, without ever touching credentials.
2026-05-06 12:00:24 +02:00

12 lines
153 B
TOML

[package]
name = "ahfail-pam"
version = "0.1.0"
edition = "2021"
[lib]
name = "ahfail_pam"
crate-type = ["cdylib", "rlib"]
[dependencies]
libc = "0.2"