forked from lix-project/lix
1db38ae81b
In a private PID namespace, processes have PIDs that are separate from the rest of the system. The initial child gets PID 1. Processes in the chroot cannot see processes outside of the chroot. This improves isolation between builds. However, processes on the outside can see processes in the chroot and send signals to them (if they have appropriate rights). Since the builder gets PID 1, it serves as the reaper for zombies in the chroot. This might turn out to be a problem. In that case we'll need to have a small PID 1 process that sits in a loop calling wait(). |
||
---|---|---|
.. | ||
archive.cc | ||
archive.hh | ||
hash.cc | ||
hash.hh | ||
immutable.cc | ||
immutable.hh | ||
Makefile.am | ||
md5.c | ||
md5.h | ||
md32_common.h | ||
serialise.cc | ||
serialise.hh | ||
sha1.c | ||
sha1.h | ||
sha256.c | ||
sha256.h | ||
types.hh | ||
util.cc | ||
util.hh | ||
xml-writer.cc | ||
xml-writer.hh |