libpod 3.4.4+ds1-1ubuntu1.22.04.2 source package in Ubuntu

Changelog

libpod (3.4.4+ds1-1ubuntu1.22.04.2) jammy-security; urgency=medium

  * SECURITY UPDATE: Incorrect handling of the supplementary groups
    - debian/patches/CVE-2022-2989.patch: Add container GID to additional groups
      in  libpod/container_internal_linux.go, pkg/specgen/namespaces.go,
      test/e2e/run_test.go.
    - CVE-2022-2989

 -- Leonidas Da Silva Barbosa <email address hidden>  Tue, 15 Aug 2023 12:08:54 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
libpod_3.4.4+ds1.orig.tar.xz 1.9 MiB 66c4f9e4ffc8c63319e8b5f69eca33b13eee5af7b89124cf23659eb91e4f388e
libpod_3.4.4+ds1-1ubuntu1.22.04.2.debian.tar.xz 18.2 KiB 353b26ab1c3dd2e4dcf401ad8ee30c752e535465a0a03ba624d5f576cdc3659b
libpod_3.4.4+ds1-1ubuntu1.22.04.2.dsc 4.9 KiB 7c5a11a383704d941c88c18ca52117297e67648fddaf8831a17d4e3a25cc2af5

View changes file

Binary packages built by this source

podman: engine to run OCI-based containers in Pods

 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.

podman-dbgsym: debug symbols for podman
podman-docker: engine to run OCI-based containers in Pods - wrapper for docker

 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.
 .
 This package installs a wrapper script that acts like the original docker
 implementation