rootlesskit 0.14.6-1ubuntu1 source package in Ubuntu

Changelog

rootlesskit (0.14.6-1ubuntu1) jammy; urgency=medium

  * d/p/drop-new-cli-template-funcs.patch: Fix --help output crash
    by dropping usage of not-yet-supported cli template functions.

 -- dann frazier <email address hidden>  Wed, 02 Mar 2022 13:57:29 -0700

Upload details

Uploaded by:
dann frazier
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rootlesskit_0.14.6.orig.tar.gz 67.5 KiB 6777ca8f19e3d38c2ffd3d431401b811b8a08ed2bfcd3c54d8eeec5c0c6f3d41
rootlesskit_0.14.6-1ubuntu1.debian.tar.xz 4.4 KiB 6eb9b1be4ecc3923d9c9af03f0ef5402dbe93e302ea28f577ee265a81e726fdf
rootlesskit_0.14.6-1ubuntu1.dsc 2.5 KiB df9da9bf347ce4dcbd294458d8d8230c34c4457a67ea292b7976a874a50ab31e

View changes file

Binary packages built by this source

golang-github-rootless-containers-rootlesskit-dev: Linux-native "fake root" for rootless containers (library)

 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This package contains the development files.

rootlesskit: Linux-native "fake root" for rootless containers

 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This Debian package doesn't support vpnkit mode.
 .
 On Debian system, kernel.unprivileged_userns_clone should be enabled.

rootlesskit-dbgsym: debug symbols for rootlesskit