Open Frontear opened 1 month ago
Despite attempting to recursively add the write bit, it will still error out at random locations with Permission denied. The only fix is to either have a read-write lowerdir, or run darling shell
as root (as in literally sudo darling shell
), the latter being an extremely bad idea for many reasons.
Expected Result Running
darling shell
compiled with a custom, read-onlylowerdir=<path>
should function correctly.Actual Result Paths from the
lowerdir
are brought up as read-only, making any commands that write to the filesystem fail with "Permission denied".Steps To Reproduce
darling shell
, thenxcode-select --install
System Information NixOS 24.11 (I have confirmed this issue is possible on Arch Linux as well)