mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 00:45:06 +01:00
improvements to privsep
This commit is contained in:
parent
85c4480938
commit
cbf00dc6ff
10 changed files with 689 additions and 282 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -471,6 +471,7 @@ dependencies = [
|
|||
"cluelessh-transport",
|
||||
"eyre",
|
||||
"futures",
|
||||
"libc",
|
||||
"postcard",
|
||||
"rustix",
|
||||
"serde",
|
||||
|
|
@ -965,9 +966,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.155"
|
||||
version = "0.2.158"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||||
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue