diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-12 20:53:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 20:53:08 -0400 |
commit | 4dc52f61cc5222fe59140f6e6864b78dec8f64f2 (patch) | |
tree | 2add1514b4aaf87f73d3bbc290c664ed9d559a55 /vendor/github.com/opencontainers/selinux/go-selinux/doc.go | |
parent | 0762970096e0d9f81f88e56b696f1002bf3fe30e (diff) | |
parent | eccd03f3c40ad98b87138e6d67f18785f53da788 (diff) | |
download | podman-4dc52f61cc5222fe59140f6e6864b78dec8f64f2.tar.gz podman-4dc52f61cc5222fe59140f6e6864b78dec8f64f2.tar.bz2 podman-4dc52f61cc5222fe59140f6e6864b78dec8f64f2.zip |
Merge pull request #10316 from containers/dependabot/go_modules/github.com/containers/storage-1.30.3
Bump github.com/containers/storage from 1.30.2 to 1.30.3
Diffstat (limited to 'vendor/github.com/opencontainers/selinux/go-selinux/doc.go')
-rw-r--r-- | vendor/github.com/opencontainers/selinux/go-selinux/doc.go | 4 |
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" |