diff options
author | Josh Triplett <josh@joshtriplett.org> | 2013-04-30 15:27:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 17:04:04 -0700 |
commit | 2535e0d723e4d7723b030f39fb350e436bdb983f (patch) | |
tree | 579bc5baff75dac032bf0819176805a47fd83193 /fs/binfmt_elf.c | |
parent | d6d67e7231c97d535069970c840d33fc6c4350ee (diff) | |
download | linux-2535e0d723e4d7723b030f39fb350e436bdb983f.tar.bz2 |
fs: make binfmt support for #! scripts modular and removable
Add a new configuration option CONFIG_BINFMT_SCRIPT to configure support
for interpreted scripts starting with "#!"; allow compiling out that
support, or building it as a module. Embedded systems running exclusively
compiled binaries could leave this support out, and systems that don't
need scripts before mounting the root filesystem can build this as a
module.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions