mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
/homeless-shelter -> /proc/homeless/shelter
This makes it so even root can't create $HOME, for example by running `mkdir -p $HOME/.cache/foo`.
This commit is contained in:
parent
ea1f87ecda
commit
77d84a8d8b
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ void handleDiffHook(
|
|||
}
|
||||
}
|
||||
|
||||
const Path LocalDerivationGoal::homeDir = "/homeless-shelter";
|
||||
const Path LocalDerivationGoal::homeDir = "/proc/homeless-shelter";
|
||||
|
||||
|
||||
LocalDerivationGoal::~LocalDerivationGoal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue