mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Open a file descriptor to /proc/self/fd instead of /proc. We aren't using any other entries from that directory, and doing this allows us to keep working even if /proc is no longer present in our namespace (useful for sandboxing). Signed-off-by: Sergio Lopez <slp@redhat.com>