lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 22 Oct 2009 00:31:12 -0700
From:	Nicholas Miell <nmiell@...cast.net>
To:	"Ryan C. Gordon" <icculus@...ulus.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [RFC][PATCH 1/2] binfmt_elf: FatELF support in the binary
 loader.

On Mon, 2009-10-19 at 10:39 -0400, Ryan C. Gordon wrote:
> This allows the kernel to load a single file that contains multiple ELF
> binaries (a "FatELF" file), selecting the correct one for the system.
> 
> Details, rationale, tools, and patches for handling FatELF binaries can be
> found at http://icculus.org/fatelf/
> 
> Please note that this requires userspace changes to be truly effective, 
> but a simple "hello world" FatELF binary can work with just the kernel 
> loader.

Apple's fat binaries have the virtue of allowing redundant identical
sections to be merged among the different included binaries, but your
format can't do that.

Could you explain how your FatELF format is an improvement over multiple
ELF binaries and a simple shell script that selects between them?

-- 
Nicholas Miell <nmiell@...cast.net>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ