Lines Matching refs:with
9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
10 at the beginning of the file with a magic byte sequence (masking out specified
22 - 'name' is an identifier string. A new /proc file will be created with this
38 The mask is anded with the byte sequence of the file. Note that you must
41 - 'interpreter' is the program that should be invoked with the binary as first
47 the original argv[0] with the full path to the binary. When this
51 in /usr/local/bin), then the kernel will execute /bin/foo with
54 with argv[] set to ["blah"].
60 should be used with care - the interpreter has to be trusted not to
66 This feature should be used with care as the interpreter
67 will run with root permissions when a setuid binary owned by root
68 is run with binfmt_misc.
77 To use binfmt_misc you have to mount it first. You can mount it with