We need to open `/proc/self/mountinfo` with `O_RDONLY`, because we want to read from it. Instead, we open it with `O_PATH` (when using sandbox=none), though, which is wrong and will later prevent us from creating openable file handles.
Fix it. (Reported by German) --- https://gitlab.com/virtio-fs/virtiofsd-rs/-/merge_requests/52 _______________________________________________ Virtio-fs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/virtio-fs
