summaryrefslogtreecommitdiff
path: root/README.md
blob: b215cd6aad8c2f70ac6c2dd239a0913dc9a02d7a (plain)
1
2
3
4
5
6
7
8
9
10
linuxnamespaces
===============

This is a plumbing-level Python module for working with Linux namespaces via
ctypes. It leverages glibc wrappers to access the relevant system calls and
provides typed abstractions for them.

License
-------
GPL-3