Home
last modified time | relevance | path

Searched refs:binfmt_misc (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
8 To achieve this you must tell binfmt_misc which interpreter has to be invoked
14 First you must mount binfmt_misc::
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
20 ``:`` upon your needs) and echo it to ``/proc/sys/fs/binfmt_misc/register``.
26 name below ``/proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for
35 is the byte sequence binfmt_misc is matching for. The magic string
58 Legacy behavior of binfmt_misc i
[all...]
H A Dmono.rst29 cannot be easily supported with binfmt_misc.
30 Read the file ``binfmt_misc.txt`` in this directory to know
39 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
40 /sbin/modprobe binfmt_misc
43 # binfmt_misc module is loaded into the kernel
47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
51 if [ -e /proc/sys/fs/binfmt_misc/register ]; then
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
57 echo "No binfmt_misc support"
H A Djava.rst25 cannot easily be supported with binfmt_misc.
26 Read the file 'binfmt_misc.txt' in this directory to know
29 3) Add the following configuration items to binfmt_misc
30 (you should really have read ``binfmt_misc.txt`` now):
74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java
167 * wrapper of the type supported by the binfmt_misc option in the Linux kernel.
370 # /usr/local/java/bin/jarwrapper - the wrapper for binfmt_misc/jar
421 heavily edited for binfmt_misc by Richard Günther
/linux/fs/
H A Dbinfmt_misc.c3 * binfmt_misc.c
7 * binfmt_misc detects binaries via a magic or filename extension and invokes
83 * @misc: handle to binfmt_misc instance
91 static Node *search_binfmt_handler(struct binfmt_misc *misc, in search_binfmt_handler()
133 * @misc: handle to binfmt_misc instance
141 static Node *get_binfmt_handler(struct binfmt_misc *misc, in get_binfmt_handler()
172 * load_binfmt_misc - load the binfmt_misc of the caller's user namespace
174 * To be called in load_misc_binary() to load the relevant struct binfmt_misc.
175 * If a user namespace doesn't have its own binfmt_misc mount it can make use
176 * of its ancestor's binfmt_misc handler
[all...]
H A DKconfig.binfmt164 To use binfmt_misc, you will need to mount it:
165 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
168 you have use for it; the module is called binfmt_misc. If you
/linux/include/linux/
H A Duser_namespace.h73 struct binfmt_misc;
115 struct binfmt_misc *binfmt_misc; member
/linux/kernel/
H A Duser.c25 struct binfmt_misc init_binfmt_misc = {
77 .binfmt_misc = &init_binfmt_misc,
H A Duser_namespace.c219 kfree(ns->binfmt_misc); in free_user_ns()
/linux/
H A DCREDITS1529 D: binfmt_misc