summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/selinux/go-selinux/doc.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 06:22:36 +0000
committerGitHub <noreply@github.com>2021-05-12 06:22:36 +0000
commiteccd03f3c40ad98b87138e6d67f18785f53da788 (patch)
tree17ea315289d183e67d2f8b0d7a1aa6315a4d0919 /vendor/github.com/opencontainers/selinux/go-selinux/doc.go
parent59dd35750931547c66e34e999ab960c90f18f510 (diff)
downloadpodman-eccd03f3c40ad98b87138e6d67f18785f53da788.tar.gz
podman-eccd03f3c40ad98b87138e6d67f18785f53da788.tar.bz2
podman-eccd03f3c40ad98b87138e6d67f18785f53da788.zip
Bump github.com/containers/storage from 1.30.2 to 1.30.3
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.30.2 to 1.30.3. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.30.2...v1.30.3) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/opencontainers/selinux/go-selinux/doc.go')
-rw-r--r--vendor/github.com/opencontainers/selinux/go-selinux/doc.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/doc.go b/vendor/github.com/opencontainers/selinux/go-selinux/doc.go
index 9c9cbd120..0ac7d819e 100644
--- a/vendor/github.com/opencontainers/selinux/go-selinux/doc.go
+++ b/vendor/github.com/opencontainers/selinux/go-selinux/doc.go
@@ -1,10 +1,6 @@
/*
Package selinux provides a high-level interface for interacting with selinux.
-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.
-
Usage:
import "github.com/opencontainers/selinux/go-selinux"