On Mon, Oct 10, 2016 at 05:44:17PM +0200, Miroslav Suchý wrote:
So, the unshare()-skipping is working. But I got stuck on /bin/mount -n -t proc proc /var/lib/mock/fedora-24-x86_64/root/proc This fails in unprivileged containers. And I cannot skip it, because lots of RPMs will miss it.
Wouldn't
ln -s /proc /var/lib/mock/fedora-24-x86_64/root/proc
work?