python-unshare 0.1-3 source package in Ubuntu

Changelog

python-unshare (0.1-3) unstable; urgency=low

  * Acknowledge NMU.
  * Added Homepage and Vcs-Browser.
  * debian/control: Update Standards-Version, no changes required.

 -- Martín Ferrari <email address hidden>  Tue, 25 Aug 2015 05:29:09 +0000

Upload details

Uploaded by:
Martín Ferrari
Uploaded to:
Sid
Original maintainer:
Martín Ferrari
Architectures:
linux-any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Downloads

File Size SHA-256 Checksum
python-unshare_0.1-3.dsc 1.8 KiB f6486db2135a2e2b4c5fb989feb3d8348e24c69a8660dbb792bf9233be79f281
python-unshare_0.1.orig.tar.gz 8.3 KiB d076cfddea8adc063d06aaa0c611f750c3da32a5c174187651c2594a1d629749
python-unshare_0.1-3.diff.gz 1.7 KiB 4f9307509eb059deb5d4efc3b43e3842c3d1e088fcb1e6667dd31ee2076326bc

Available diffs

No changes file available.

Binary packages built by this source

python-unshare: Python bindings for the Linux unshare() syscall

 This simple extension provides bindings to the Linux unshare() syscall, added
 in kernel version 2.6.16.
 .
 By using unshare(), new and interesting features of the Linux kernel can be
 exploited, such as:
 .
  * Creating a new network name space (CLONE_NEWNET)
  * Creating a new file system mount name space (CLONE_NEWNS)
  * Reverting other features shared from clone()
 .
 This library provides an equivalent of the util-linux command-line program
 unshare.