Browse Source

Tidy up wording in the explanation of capabilities, and link to the tutorial.

pull/84/head
Dan Gohman 6 years ago
parent
commit
ab28cd9a2c
  1. 9
      docs/WASI-capabilities.md

9
docs/WASI-capabilities.md

@ -47,9 +47,12 @@ advantage of the hierarchical nature of the filesystem and require untrusted
code to have a capability for a directory in order to access things inside
that directory.
So you can launch untrusted code, and at runtime give it access to specific
directories, without having to set permissions in the filesystem or in
per-application or per-user configuration settings.
This way, you can launch untrusted code, and at runtime give it access to
specific directories, without having to set permissions in the filesystem or
in per-application or per-user configuration settings.
See [this tutorial](WASI-tutorial.md) for an example of how this can look
in practice.
## Berkeley socket rules

Loading…
Cancel
Save