Files
claw-code/rust/crates/runtime/src
linkst 277fdda894 fix(sandbox): fall back to --map-auto when root-user mapping is restricted
Plain `unshare --user --map-root-user` fails on kernels and containers
that block unprivileged writes to /proc/self/uid_map (e.g. GitHub Actions,
restricted AppArmor profiles). On those systems util-linux delegates to the
setuid newuidmap/newgidmap helpers when --map-auto is also present.

Add the combined form as a fallback candidate and build the launcher args
from the probed mapping, so systems without newuidmap/newgidmap or a
/etc/subuid range keep using the plain form.
2026-07-31 17:09:00 +08:00
..
2026-05-14 18:07:03 +09:00
2026-06-03 21:23:00 +09:00
2026-05-15 10:05:42 +09:00
2026-06-04 17:07:00 +09:00
2026-05-25 04:36:30 +00:00