You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nix: add su to the tailscale image for taildrive's fileserver
taildrive (TestGrantCapDrive) spawns its per-user fileserver by re-execing
tailscaled under su; running as root with no su on PATH, canSU() fails and
the fallback hits assertNotRoot(), so the fileserver never starts and shares
fail with "unable to determine address for share". The released alpine
images ship busybox su; expose that applet on the nix-built head image too.
0 commit comments