summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-06-26 14:21:41 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2018-06-26 14:21:41 -0400
commit3a471c716155d807e5218e8fb5934230005c913c (patch)
treeac3cb1beae3cc8fd640bfe29e35d52945793f333 /vendor
parent56133f7263337e9b2c9cfb1cfce35adc2366f52b (diff)
downloadpodman-3a471c716155d807e5218e8fb5934230005c913c.tar.gz
podman-3a471c716155d807e5218e8fb5934230005c913c.tar.bz2
podman-3a471c716155d807e5218e8fb5934230005c913c.zip
Vendor in go-selinux again
Baude found an error in non linux bindings. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/opencontainers/selinux/go-selinux/selinux.go2
1 files changed, 1 insertions, 1 deletions
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.