mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
vendor: update buildah to latest
Includes a fix for CVE-2024-9407 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/buildah/pkg/chrootuser/user_unix.go
generated
vendored
5
vendor/github.com/containers/buildah/pkg/chrootuser/user_unix.go
generated
vendored
@@ -1,5 +1,4 @@
|
||||
//go:build linux || freebsd
|
||||
// +build linux freebsd
|
||||
|
||||
package chrootuser
|
||||
|
||||
@@ -76,9 +75,7 @@ func openChrootedFile(rootdir, filename string) (*exec.Cmd, io.ReadCloser, error
|
||||
return cmd, stdout, nil
|
||||
}
|
||||
|
||||
var (
|
||||
lookupUser, lookupGroup sync.Mutex
|
||||
)
|
||||
var lookupUser, lookupGroup sync.Mutex
|
||||
|
||||
type lookupPasswdEntry struct {
|
||||
name string
|
||||
|
||||
Reference in New Issue
Block a user