mirror of
https://github.com/xroche/httrack.git
synced 2026-06-25 03:27:22 +03:00
The unshare backend maps a whole UID range, not just the caller's, because the base install creates system users. Without an /etc/subuid+subgid entry the install crashes (dpkg SIGSEGV) instead of failing cleanly. Check for the range before bootstrapping and point at the one-line fix; skip the check for root, which uses mode=root. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com>