Lines Matching full:binary
1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
18 To actually register a new binary type, you have to set up a string looking like
50 is the program that should be invoked with the binary as first
59 the original argv[0] with the full path to the binary. When this
67 ``O`` - open-binary
69 of the binary to the interpreter as an argument. When this flag is
74 emit the contents of the non-readable binary.
79 calculated according to the binary. It also implies the ``O`` flag.
81 will run with root permissions when a setuid binary owned by root
83 ``F`` - fix binary
85 binary lazily when the misc format file is invoked. However,
87 changeroots, so the ``F`` mode opens the binary as soon as the
105 You may want to add the binary formats in one of your ``/etc/rc`` scripts during
130 You can enable/disable binfmt_misc or one binary type by echoing 0 (to disable)