File: control

package info (click to toggle)
newpid 4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • ctags: 7
  • sloc: ansic: 85; makefile: 16; perl: 12; sh: 4
file content (17 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
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: 3.9.5
Build-Depends: debhelper (>= 9~)
Vcs-Browser: https://github.com/ChristophBerg/newpid
Vcs-Git: git://github.com/ChristophBerg/newpid.git
XS-Testsuite: autopkgtest

Package: newpid
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: run a command in a new PID namespace
 newpid is a very simple wrapper around clone(CLONE_NEWPID) that launches a
 command in a new PID namespace. /proc is also remounted so it sees the new
 process space. Needs root to run.