File: control

package info (click to toggle)
newpid 14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: ansic: 210; makefile: 44; sh: 12; perl: 12
file content (17 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: newpid
Section: utils
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Standards-Version: 4.5.0
Build-Depends:
 debhelper-compat (= 12),
Vcs-Browser: https://github.com/df7cb/newpid
Vcs-Git: https://github.com/df7cb/newpid.git

Package: newpid
Architecture: linux-any
Depends: libcap2-bin, ${shlibs:Depends}, ${misc:Depends}
Description: run a command in a new PID namespace
 newpid is a simple suid wrapper around clone(CLONE_NEWPID) that launches a
 command in a new PID namespace. Optionally it can also use CLONE_NEWNET to
 request a new network namespace.