mirror of
https://github.com/containers/skopeo.git
synced 2025-09-13 13:33:13 +00:00
Update image-tools, and remove the duplicate Sirupsen/logrus vendor
This commit is contained in:
2
vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go
generated
vendored
2
vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go
generated
vendored
@@ -49,8 +49,10 @@ func InitLabels(options []string) (string, string, error) {
|
||||
mcon[con[0]] = con[1]
|
||||
}
|
||||
}
|
||||
_ = ReleaseLabel(processLabel)
|
||||
processLabel = pcon.Get()
|
||||
mountLabel = mcon.Get()
|
||||
_ = ReserveLabel(processLabel)
|
||||
}
|
||||
return processLabel, mountLabel, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user