Skip to content

Commit 83dd2d7

Browse files
committed
Auto merge of #1830 - RalfJung:readme, r=RalfJung
tweak isolation-error message in README
2 parents e5c3af6 + 87f2073 commit 83dd2d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ environment variable:
221221
systems, and randomness.
222222
* `-Zmiri-isolation-error=<action>` configures Miri's response to operations
223223
requiring host access while isolation is enabled. `abort`, `hide`, `warn`,
224-
and `warn-nobacktrace` are the supported actions. Default action is `abort`
225-
which halts the machine. Rest of the actions configure it to return an error
226-
code for the op and continue executing. `warn` prints backtrace that could
227-
be used to trace the call. `warn-nobacktrace` is less verbose without
228-
backtrace. `hide` hides the warning.
224+
and `warn-nobacktrace` are the supported actions. The default is to `abort`,
225+
which halts the machine. Some (but not all) operations also support continuing
226+
execution with a "permission denied" error being returned to the program.
227+
`warn` prints a full backtrace when that happen; `warn-nobacktrace` is less
228+
verbose. `hide` hides the warning entirely.
229229
* `-Zmiri-env-exclude=<var>` keeps the `var` environment variable isolated from
230230
the host so that it cannot be accessed by the program. Can be used multiple
231231
times to exclude several variables. On Windows, the `TERM` environment

0 commit comments

Comments
 (0)