1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Set $HOME=/proc/homeless-shelter on Linux, and /homeless-shelter on OSX.

This commit is contained in:
Noam Yorav-Raphael 2024-08-19 20:18:08 +03:00
parent 77d84a8d8b
commit 62b9a26f60
2 changed files with 9 additions and 1 deletions

View file

@ -264,7 +264,8 @@ The [`builder`](#attr-builder) is executed as follows:
- `PATH` is set to `/path-not-set` to prevent shells from
initialising it to their built-in default value.
- `HOME` is set to `/proc/homeless-shelter` to prevent programs from
- `HOME` is set to `/proc/homeless-shelter` on Linux and `/homeless-shelter`
on OSX, to prevent programs from
using `/etc/passwd` or the like to find the user's home
directory, which could cause impurity. Usually, when `HOME` is
set, it is used as the location of the home directory, even if