nixpkgs/pkgs/build-support/build-fhs-userenv
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 chrootenv: make stackable 2019-05-30 15:33:30 +03:00
default.nix chrootenv: use meson 2018-11-04 11:33:34 +00:00
env.nix buildFHSUserEnv: extend PATH and LD_LIBRARY_PATH 2019-05-25 11:37:01 +03:00