aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-26 15:59:46 -0400
committerGitHub <noreply@github.com>2020-05-26 15:59:46 -0400
commite704da0c520bfc1d8e0462983e8470040a2fda9d (patch)
treefddb6151849152f435d1479c809e318986bea234 /vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go
parentd32d5885048c7b5e9f30827827088b4b17295e90 (diff)
parenta08f3a745a0b5e781734b50db4589e2e1c87b26c (diff)
downloadpodman-e704da0c520bfc1d8e0462983e8470040a2fda9d.tar.gz
podman-e704da0c520bfc1d8e0462983e8470040a2fda9d.tar.bz2
podman-e704da0c520bfc1d8e0462983e8470040a2fda9d.zip
Merge pull request #6385 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.5.2
Bump github.com/opencontainers/selinux from 1.5.1 to 1.5.2
Diffstat (limited to 'vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go')
-rw-r--r--vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go b/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go
index cda59d671..c2bdd35d7 100644
--- a/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go
+++ b/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go
@@ -15,10 +15,6 @@ func GenLabels(options string) (string, string, error) {
return "", "", nil
}
-func FormatMountLabel(src string, mountLabel string) string {
- return src
-}
-
func SetFileLabel(path string, fileLabel string) error {
return nil
}