mirror of
https://github.com/containers/podman.git
synced 2025-10-27 11:15:38 +08:00
Update containers common package
The new version adds NetworkCreateOptions. For now pass nil [NO NEW TESTS NEEDED] Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/cgroups/cgroups.go
generated
vendored
2
vendor/github.com/containers/common/pkg/cgroups/cgroups.go
generated
vendored
@ -431,7 +431,7 @@ func (c *CgroupControl) CreateSystemdUnit(path string) error {
|
||||
// GetUserConnection returns an user connection to D-BUS
|
||||
func GetUserConnection(uid int) (*systemdDbus.Conn, error) {
|
||||
return systemdDbus.NewConnection(func() (*dbus.Conn, error) {
|
||||
return dbusAuthConnection(uid, dbus.SessionBusPrivate)
|
||||
return dbusAuthConnection(uid, dbus.SessionBusPrivateNoAutoStartup)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user