This is a minor release.
Changed
- Improved tar extraction to minimize number of
write()
calls (#131) - Set
NODEFLIB
flag to prevent any libraries from the target system from being loaded (#138). This hopefully ensures that no dynamic errors related to library mismatches will occur any more. - "nssfix" is used to prevent target system
/etc/nssswitch.conf
from being used which would attempt to load systemlibnss_*.so
libraries (#139)- This was a big problem that hopefully avoids a lot of issues in the future! 🎉
Fixed
- Bundled applications retain their original name (#135). This improves behavior for applications which look at
argv[0]
, e.g.busybox
.