rootlesskit 0.14.2-1build1 source package in Ubuntu

Changelog

rootlesskit (0.14.2-1build1) jammy; urgency=medium

  * No-change rebuild against Go 1.17

 -- William 'jawn-smith' Wilson <email address hidden>  Tue, 30 Nov 2021 13:57:09 -0600

Upload details

Uploaded by:
William Wilson
Uploaded to:
Jammy
Original maintainer:
Debian Go Packaging Team
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rootlesskit_0.14.2.orig.tar.gz 66.9 KiB 0a3d8d3d7a588da7f3ab2e5a5bc39933cf34f7de9652140bfc03730ea80bcc3a
rootlesskit_0.14.2-1build1.debian.tar.xz 4.5 KiB d3aa29d40f332d3c4f9ac5a5161798630b769f7cbcb7c1483692bfa663b23724
rootlesskit_0.14.2-1build1.dsc 2.5 KiB 82f13b5738fa6fda741d9b2c378eb735f809a148783055aab246bfbd9bbd6e5f

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