MyNixOS website logo
option-set

boot.binfmt.registrations.<name>

Showing entries 1-10 out of 10.
Whether to open the interpreter file as soon as the registration is loaded, rather than waiting fo…
The interpreter to invoke to run the program
The magic number or extension to match on
A mask to be ANDed with the byte sequence of the file before matching
Whether to launch with the credentials and security token of the binary, not the interpreter (e.g.…
The byte offset of the magic number used for recognition
Whether to pass the binary to the interpreter as an open file descriptor, instead of a path
Whether to pass the original argv[0] to the interpreter
Whether to recognize executables by magic number or extension
Whether to wrap the interpreter in a shell script