Files
nix/src
Luke Granger-Brown 2239953894 When moving paths out of sandbox, ensure we have write permission.
If we're a single-user installation of Nix, then we won't have root
superpowers to just ignore the permission bits. This means that we'll
need permission on the directory (if it's a directory) that we're moving
in order to move it with rename, because it must update the ".."
directory entry.

Fixes #4295.

This is already working in master, thanks to
e913a2989f (and followup cleanups).
2020-12-04 04:33:33 +00:00
..
2019-05-29 17:01:39 +08:00
2020-08-13 04:34:36 +02:00
2019-10-09 16:24:28 +02:00
2018-12-21 22:38:06 -06:00