nixpkgs/pkgs/build-support/build-fhsenv-bubblewrap
Arthur Gautier 233ca3d9ac buildFHSenv: fixup /etc permissions
when bubblewraps tries to link all the required files in etc from the
host to the fhs environment, it will re-create the /etc directory.
It will do so with `0700` permissions. This causes permissions issues
with non-root programs when they need to access configuration in the
environment /etc.

By mounting /etc as a tmpfs early, bwrap will make the directory `0755`
as expected.
2023-11-12 17:02:53 -08:00
..
buildFHSEnv.nix build-fhsenv-bubblewrap: remove /usr/lib and /usr/lib32 from LD_LIBRARY_PATH 2023-10-24 07:13:33 -07:00
default.nix buildFHSenv: fixup /etc permissions 2023-11-12 17:02:53 -08:00