Replace socket authentication mechanism with SO_PEERCRED
This commit is contained in:
@@ -16,7 +16,7 @@ futures-util = "0.3.30"
|
||||
indoc = "2.0.5"
|
||||
itertools = "0.13.0"
|
||||
log = "0.4.22"
|
||||
nix = { version = "0.29.0", features = ["fs", "process", "user"] }
|
||||
nix = { version = "0.29.0", features = ["fs", "process", "socket", "user"] }
|
||||
prettytable = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
ratatui = { version = "0.28.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user