fix: Set FD flag to send process fd during sudo

This commit is contained in:
Ibuki.O
2026-07-05 19:42:56 +09:00
parent 41ea648ef4
commit 8005fc0991
+1 -1
View File
@@ -106,7 +106,7 @@ fn main() {
&libredox::call::dup(redox_cur_procfd_v0(), &[])
.unwrap()
.to_ne_bytes(),
syscall::CallFlags::empty(),
syscall::CallFlags::FD,
&[],
)
.unwrap();