mirror of
https://github.com/containers/podman.git
synced 2025-12-19 07:09:39 +08:00
Vendor in latest c/common
Pull in updates made to the filters code for images. Filters now perform an AND operation except for th reference filter which does an OR operation for positive case but an AND operation for negative cases. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/pkg/unshare/unshare_unsupported.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/unshare/unshare_unsupported.go
generated
vendored
@@ -17,7 +17,7 @@ const (
|
||||
|
||||
// IsRootless tells us if we are running in rootless mode
|
||||
func IsRootless() bool {
|
||||
return false
|
||||
return os.Getuid() != 0
|
||||
}
|
||||
|
||||
// GetRootlessUID returns the UID of the user in the parent userNS
|
||||
|
||||
Reference in New Issue
Block a user