diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-16 20:13:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 20:13:03 +0000 |
commit | 3ac83bf611ecf54d3608255ac70fc58d40764a11 (patch) | |
tree | 7d3406abf67a5974cf1e04bcb483bf9a45bbdd81 /vendor/github.com/opencontainers/selinux/go-selinux/doc.go | |
parent | 2d36c8bd4be9d6fd0f21056e7162edb238e248b5 (diff) | |
parent | 3bf037d3e8215760a5221bee74973906fe2a356f (diff) | |
download | podman-3ac83bf611ecf54d3608255ac70fc58d40764a11.tar.gz podman-3ac83bf611ecf54d3608255ac70fc58d40764a11.tar.bz2 podman-3ac83bf611ecf54d3608255ac70fc58d40764a11.zip |
Merge pull request #8746 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.8.0
Bump github.com/opencontainers/selinux from 1.7.0 to 1.8.0
Diffstat (limited to 'vendor/github.com/opencontainers/selinux/go-selinux/doc.go')
-rw-r--r-- | vendor/github.com/opencontainers/selinux/go-selinux/doc.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/doc.go b/vendor/github.com/opencontainers/selinux/go-selinux/doc.go index 79a8e6446..9c9cbd120 100644 --- a/vendor/github.com/opencontainers/selinux/go-selinux/doc.go +++ b/vendor/github.com/opencontainers/selinux/go-selinux/doc.go @@ -5,9 +5,6 @@ This package uses a selinux build tag to enable the selinux functionality. This allows non-linux and linux users who do not have selinux support to still use tools that rely on this library. -To compile with full selinux support use the -tags=selinux option in your build -and test commands. - Usage: import "github.com/opencontainers/selinux/go-selinux" |