Make linuxulator handle ELFOSABI_NONE ELF executables. Binaries that are correctlyPreviously it was neccessary to either brand them as Linux using brandedlf(1), either in the ELF header or with an ABI note, are not affectedor by adjusting kern.elf{32,64}.fallback_brand. Previously it was neccessary to either brand them as Linux usingBinaries that are correctly brandelf(1)d, or by adjusting kern.elf{32,64}.fallback_brand.either in the ELF header or with an ABI note, are not affected.
This fixes ldd(1) from Centos and Ubuntu.