mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 18:37:21 +00:00
Vendor c/image after merging vrothberg/image:regsv2-docker
Also update the user and tests for the API change.
This commit is contained in:
5
vendor/github.com/opencontainers/selinux/go-selinux/label/label.go
generated
vendored
5
vendor/github.com/opencontainers/selinux/go-selinux/label/label.go
generated
vendored
@@ -48,6 +48,11 @@ func GetPidLabel(pid int) (string, error) {
|
||||
func Init() {
|
||||
}
|
||||
|
||||
// ClearLabels clears all reserved labels
|
||||
func ClearLabels() {
|
||||
return
|
||||
}
|
||||
|
||||
func ReserveLabel(label string) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user