mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Currently we first read the conf and then lock, this is racy because while we wait for the lock another process might change the state so the only way to have the actual current state is to read the file while holding the lock. Signed-off-by: Paul Holzinger <pholzing@redhat.com>