]> git.ipfire.org Git - people/stevee/pakfire.git/commit
Create an extra namespace for build environments and private network.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Mar 2013 10:02:18 +0000 (11:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Mar 2013 10:02:18 +0000 (11:02 +0100)
commit392371f70db6fe3df79a6e2306092857c4615a4b
tree191d57d8d337f2008e3ce15343ba706990d8c983
parent27f559296e5301c16e2be42acfde3bcf7e374290
Create an extra namespace for build environments and private network.

Create a python binding for unshare(2) and use this to
unshare the IPC and UTS namespace (if the kernel supports that).

Also add the option to use private networking in the container.
examples/builder.conf
python/pakfire/builder.py
python/pakfire/cli.py
python/src/_pakfiremodule.c
python/src/util.c
python/src/util.h