mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 18:37:21 +00:00
update github.com/containers/{image,storage}
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
8
vendor/github.com/opencontainers/selinux/go-selinux/label/label.go
generated
vendored
8
vendor/github.com/opencontainers/selinux/go-selinux/label/label.go
generated
vendored
@@ -37,6 +37,14 @@ func SocketLabel() (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func SetKeyLabel(processLabel string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func KeyLabel() (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func FileLabel(path string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user