nixpkgs/pkgs/build-support/build-fhs-userenv/chrootenv
Nikolay Amiantov e0d3bc292c chrootenv: make stackable
The problem with stacking chrootenv before was that CLONE_NEWUSER cannot
be used when a child uses chroot. So instead of that we use pivot_root
which replaces root in the whole namespace. This requires our new root
to be an actual fs so we mount tmpfs.
2019-05-30 15:33:30 +03:00
..
chrootenv.c chrootenv: make stackable 2019-05-30 15:33:30 +03:00
default.nix
meson.build