homes/ directory can contain files owned by other UIDs (root, etc.) because Docker containers run as different users. Normal rm -rf fails with Permission denied. Now falls back to sudo rm -rf automatically.