Add pam_honeypot
This commit is contained in:
parent
e206547823
commit
0fc4c2ef0c
7 changed files with 186 additions and 30 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue