From 3a471c716155d807e5218e8fb5934230005c913c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 26 Jun 2018 14:21:41 -0400 Subject: Vendor in go-selinux again Baude found an error in non linux bindings. Signed-off-by: Daniel J Walsh --- vendor/github.com/opencontainers/selinux/go-selinux/selinux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com') diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/selinux.go b/vendor/github.com/opencontainers/selinux/go-selinux/selinux.go index 6993cb388..10aa85165 100644 --- a/vendor/github.com/opencontainers/selinux/go-selinux/selinux.go +++ b/vendor/github.com/opencontainers/selinux/go-selinux/selinux.go @@ -53,7 +53,7 @@ FSCreateLabel returns the default label the kernel which the kernel is using for file system objects created by this task. "" indicates default. */ func FSCreateLabel() (string, error) { - return nil + return "", nil } // CurrentLabel returns the SELinux label of the current process thread, or an error. -- cgit v1.2.3-54-g00ecf