mirror of
https://github.com/uutils/shadow.git
synced 2026-06-10 16:14:57 -07:00
process: use rustix::param::linux_execfn instead of unsafe getauxval
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ uucore = "0.8"
|
||||
thiserror = "2"
|
||||
|
||||
# Unix/Linux
|
||||
rustix = { version = "1", features = ["process", "fs", "termios"] }
|
||||
rustix = { version = "1", features = ["process", "fs", "termios", "param"] }
|
||||
libc = "0.2"
|
||||
|
||||
# Security
|
||||
|
||||
Reference in New Issue
Block a user