[PATCH]: RO binaries - binfmt_misc, linux-2.6.0-test3

From: Zach, Yoav
Date: Thu Aug 14 2003 - 04:10:57 EST


The proposed patch solves a problem for interpreters that need to
execute a non-readable file, which cannot be read in userland. To handle
such cases the interpreter must have the kernel load the binary on its
behalf. The proposed patch handles this case by telling binfmt_misc, by
a special flag in the registration string, to open the binary for
reading and pass its descriptor as argv[1], instead of passing the
binary's path. Old behavior of binfmt_misc is kept for interpreters
which do not specify this special flag.

The patch is against linux-2.6.0-test3

========================================================================
=============
Yoav Zach
Performance Tools Lab
Intel Corp.


Attachment: 2.4.binfmt_misc_open_binary.ZIP
Description: 2.4.binfmt_misc_open_binary.ZIP