diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-02-12 10:47:48 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-14 12:00:45 +0100 |
commit | 156ce5cd7d6f0f1514d263a74ffe3dd42f7c7caf (patch) | |
tree | bb6e38aa54df2158e5cf8a5d87c8558ef833c424 /vendor/modules.txt | |
parent | 0c060dace19710716ff8f3a65865a295312d9d94 (diff) | |
download | podman-156ce5cd7d6f0f1514d263a74ffe3dd42f7c7caf.tar.gz podman-156ce5cd7d6f0f1514d263a74ffe3dd42f7c7caf.tar.bz2 podman-156ce5cd7d6f0f1514d263a74ffe3dd42f7c7caf.zip |
add pkg/capabilities
Add pkg/capabibilities to deal with capabilities. The code has been
copied from Docker (and attributed with the copyright) but changed
significantly to only do what we really need. The code has also been
simplified and will perform better due to removed redundancy.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 73bca1ef8..3c03fbdfb 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -227,7 +227,6 @@ github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/client github.com/docker/docker/errdefs -github.com/docker/docker/oci/caps github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir |