Searched refs:binfmt_misc (Results 1 – 12 of 12) sorted by relevance
1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)8 To achieve this you must tell binfmt_misc which interpreter has to be invoked14 First you must mount binfmt_misc::16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc20 ``:`` upon your needs) and echo it to ``/proc/sys/fs/binfmt_misc/register``.26 name below ``/proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for35 is the byte sequence binfmt_misc is matching for. The magic string58 Legacy behavior of binfmt_misc is to overwrite60 flag is included, binfmt_misc will add an argument to the argument68 Legacy behavior of binfmt_misc is to pass the full path[all …]
29 cannot be easily supported with binfmt_misc.30 Read the file ``binfmt_misc.txt`` in this directory to know39 if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then40 /sbin/modprobe binfmt_misc43 # binfmt_misc module is loaded into the kernel47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc51 if [ -e /proc/sys/fs/binfmt_misc/register ]; then55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register57 echo "No binfmt_misc support"
25 cannot easily be supported with binfmt_misc.26 Read the file 'binfmt_misc.txt' in this directory to know29 3) Add the following configuration items to binfmt_misc30 (you should really have read ``binfmt_misc.txt`` now):74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java167 * 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/jar421 heavily edited for binfmt_misc by Richard Günther
90 static Node *search_binfmt_handler(struct binfmt_misc *misc, in search_binfmt_handler()140 static Node *get_binfmt_handler(struct binfmt_misc *misc, in get_binfmt_handler()181 static struct binfmt_misc *load_binfmt_misc(void) in load_binfmt_misc()184 struct binfmt_misc *misc; in load_binfmt_misc()189 misc = smp_load_acquire(&user_ns->binfmt_misc); in load_binfmt_misc()207 struct binfmt_misc *misc; in load_misc_binary()641 static struct binfmt_misc *i_binfmt_misc(struct inode *inode) in i_binfmt_misc()643 return inode->i_sb->s_user_ns->binfmt_misc; in i_binfmt_misc()666 struct binfmt_misc *misc; in bm_evict_inode()727 static void remove_binfmt_handler(struct binfmt_misc *misc, Node *e) in remove_binfmt_handler()[all …]
164 To use binfmt_misc, you will need to mount it:165 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc168 you have use for it; the module is called binfmt_misc. If you
35 obj-$(CONFIG_BINFMT_MISC) += binfmt_misc.o
71 struct binfmt_misc;113 struct binfmt_misc *binfmt_misc; member
101 struct binfmt_misc { struct107 extern struct binfmt_misc init_binfmt_misc; argument
25 struct binfmt_misc init_binfmt_misc = {81 .binfmt_misc = &init_binfmt_misc,
217 kfree(ns->binfmt_misc); in free_user_ns()
73 binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
1503 D: binfmt_misc