Add pam_honeypot

This commit is contained in:
Tim Schubert 2024-12-28 21:21:06 +01:00
parent e206547823
commit 0fc4c2ef0c
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
7 changed files with 186 additions and 30 deletions

View file

@ -3,4 +3,9 @@ name = "pam-honeypot"
version = "0.1.0"
edition = "2021"
[lib]
name = "pam_honeypot"
crate-type = ["cdylib"]
[dependencies]
pam-bindings = { version = "0.1.1" }