5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-05 09:17:59 +03:00
proxmox-backup/pbs-datastore
Dominik Csapak 8eaeedf31e tree-wide: add missing O_CLOEXEC flags to openat calls
Since we don't want to have lingering file descriptors on any fork +
exec, like the reload code from the proxmox-daemon crate we're using
for the rest-server(s) does, as that can have serious side effects and
even cause hangs.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
 [ TL: Reword commit message ]}
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-12-03 16:48:23 +01:00
..
examples pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
src tree-wide: add missing O_CLOEXEC flags to openat calls 2024-12-03 16:48:23 +01:00
Cargo.toml datastore: remove lazy_static dependency 2024-08-14 12:08:01 +02:00