mirror of
https://github.com/containers/podman.git
synced 2025-11-15 18:48:07 +08:00
Vendor in new opencontainers/selinux
Also update vendor of containers/common,buildah,storage,image Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2069586 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/storage/pkg/idtools/idtools.go
generated
vendored
1
vendor/github.com/containers/storage/pkg/idtools/idtools.go
generated
vendored
@@ -190,7 +190,6 @@ func (i *IDMappings) RootPair() IDPair {
|
||||
}
|
||||
|
||||
// ToHost returns the host UID and GID for the container uid, gid.
|
||||
// Remapping is only performed if the ids aren't already the remapped root ids
|
||||
func (i *IDMappings) ToHost(pair IDPair) (IDPair, error) {
|
||||
var err error
|
||||
var target IDPair
|
||||
|
||||
Reference in New Issue
Block a user