Files
runc/libcontainer/cgroups
Kir Kolyshkin d06bda60c5 libct/cg/sd/dbus: fix NewDbusConnManager
Noticed that the check of trying to use both rootful and rootless
in NewDbusConnManager never worked, as we never set dbusInited to true.

Do that. While at it, protect this with the mutex (against the
case of two goroutines simultaneously calling NewDbusConnManager).
This is a rare call, so taking read-only then read-write mutex does not
make sense.

Fixes: c7f847ed3a

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-06-07 12:23:01 -07:00
..
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00
2021-04-29 15:30:12 -07:00
2021-01-19 18:02:11 +01:00
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00