mirror of
https://github.com/containers/skopeo.git
synced 2025-09-13 05:23:05 +00:00
Vendor in latest go-selinux and containers/storage
skopeo is failing to build now on 32 bit systems. go-selinux update should fix this. Also container/storage has had some cleanup fixes to devicemapper support. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/opencontainers/selinux/go-selinux/selinux.go
generated
vendored
2
vendor/github.com/opencontainers/selinux/go-selinux/selinux.go
generated
vendored
@@ -106,7 +106,7 @@ func verifySELinuxfsMount(mnt string) bool {
|
||||
}
|
||||
return false
|
||||
}
|
||||
if buf.Type != selinuxfsMagic {
|
||||
if uint32(buf.Type) != uint32(selinuxfsMagic) {
|
||||
return false
|
||||
}
|
||||
if (buf.Flags & stRdOnly) != 0 {
|
||||
|
Reference in New Issue
Block a user