mirror of
https://github.com/containers/podman.git
synced 2025-08-23 17:22:30 +08:00

When parsing an entry in /proc/sys/fs/binfmt_misc, don't return an error if we find an empty "flags" field in the file. Wine packaged for Fedora provides a binfmt.d file that results in such a file, so... it's normal. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>