]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
replace custom Fd with std OwnedFd
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 21 Oct 2022 12:03:30 +0000 (14:03 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 21 Oct 2022 12:03:30 +0000 (14:03 +0200)
commitcaeb967524e2e87688da44b7dfa60f44e4c285de
tree2e409a7163c5e6f68e65406f11cc1a4987f17d03
parent2c58f785072d8e1f2fee97ea5d4ed4e1d33e80f5
replace custom Fd with std OwnedFd

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/fork.rs
src/io/mod.rs
src/io/pipe.rs
src/io/seq_packet.rs
src/lxcseccomp.rs
src/process/pid_fd.rs
src/sys_mknod.rs
src/tools.rs