bubblewrap 0.7.0-1 source package in Ubuntu

Changelog

bubblewrap (0.7.0-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version: 4.6.1 (no changes required)
  * d/watch: Adapt to Github web page changes
  * d/control: Add test dependencies to Build-Depends.
    We can't run build-time tests in locked-down buildd chroots, but we can
    run them in privileged Docker containers on Salsa-CI, which will need
    these extra packages.

 -- Simon McVittie <email address hidden>  Mon, 07 Nov 2022 17:57:24 +0000

Upload details

Uploaded by:
Utopia Maintenance Team
Uploaded to:
Sid
Original maintainer:
Utopia Maintenance Team
Architectures:
linux-any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bubblewrap_0.7.0-1.dsc 2.3 KiB 8ffc5aec571ae40bee533dc1869db8b4f9e40262c330e00a4dbe60e472ea03c2
bubblewrap_0.7.0.orig.tar.xz 144.2 KiB 764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc
bubblewrap_0.7.0-1.debian.tar.xz 11.9 KiB e149b249dae50bffdc645772a25011437353fb50f4bdd83744de3462028bd14c

Available diffs

No changes file available.

Binary packages built by this source

bubblewrap: utility for unprivileged chroot and namespace manipulation

 bubblewrap uses Linux namespaces to launch unprivileged containers.
 These containers can be used to sandbox semi-trusted applications such
 as Flatpak apps, image/video thumbnailers and web browser components,
 or to run programs in a different library stack such as a Flatpak runtime
 or a different Debian release.
 .
 By default, this package relies on a kernel with user namespaces enabled.
 Official Debian and Ubuntu kernels are suitable.
 .
 On kernels without user namespaces, system administrators can make the
 bwrap executable setuid root, allowing it to create unprivileged
 containers even though ordinary user processes cannot.

bubblewrap-dbgsym: debug symbols for bubblewrap