We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948b701 commit 4af75dfCopy full SHA for 4af75df
Documentation/binfmt_misc.txt
@@ -66,6 +66,13 @@ Here is what the fields mean:
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.
69
+ 'F' - fix binary. The usual behaviour of binfmt_misc is to spawn the
70
+ binary lazily when the misc format file is invoked. However,
71
+ this doesn't work very well in the face of mount namespaces and
72
+ changeroots, so the F mode opens the binary as soon as the
73
+ emulation is installed and uses the opened image to spawn the
74
+ emulator, meaning it is always available once installed,
75
+ regardless of how the environment changes.
76
77
78
There are some restrictions:
0 commit comments