Skip to content

Commit

Permalink
Note std::process::Command configuration in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Nov 24, 2019
1 parent ecd7acd commit a252d44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ fine-grained access control.
## Work in progress

- [x] Spawn commands under a cloned process in a new namespace.
- [x] Environment variables, arguments, and current working directory can be
configured via the standard `std::process::Command` builder.
- [ ] Command stdio can be configured via the standard `std::process::Command`
builder (this is currently unsupported until rust-lang/rust#44434 is
resolved).
- [x] Multiple sandboxes can be spawned in multi-threaded programs without
interfering with each other (this is possible because `clone(2)` ensures
process isolation between parent and sandbox).
Expand Down

0 comments on commit a252d44

Please sign in to comment.