File: control

package info (click to toggle)
rootlesskit 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 592 kB
  • sloc: sh: 362; makefile: 25
file content (75 lines) | stat: -rw-r--r-- 2,840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: rootlesskit
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gofrs-flock-dev,
               golang-github-gorilla-mux-dev,
               golang-github-insomniacslk-dhcp-dev,
               golang-github-moby-sys-dev,
               golang-github-pkg-errors-dev (>= 0.9.0),
               golang-github-sirupsen-logrus-dev,
               golang-github-stretchr-testify-dev,
               golang-github-urfave-cli-v2-dev,
               golang-golang-x-sys-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/rootlesskit
Vcs-Git: https://salsa.debian.org/go-team/packages/rootlesskit.git
Homepage: https://github.com/rootless-containers/rootlesskit
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/rootless-containers/rootlesskit

Package: rootlesskit
Section: admin
Architecture: linux-any
Depends: uidmap,
         ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Recommends: slirp4netns,
Description: 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.

Package: golang-github-rootless-containers-rootlesskit-dev
Architecture: all
Depends: golang-github-gofrs-flock-dev,
         golang-github-gorilla-mux-dev,
         golang-github-insomniacslk-dhcp-dev,
         golang-github-moby-sys-dev,
         golang-github-pkg-errors-dev (>= 0.9.0),
         golang-github-sirupsen-logrus-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: 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.