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.1.3
Build-Depends: debhelper (>= 11~)
Vcs-Browser: https://github.com/ChristophBerg/newpid
Vcs-Git: git://github.com/ChristophBerg/newpid.git
XS-Testsuite: autopkgtest
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.
|