sandboxed-api/sandboxed_api/sandbox2/README.md
Christian Blichmann ea1a934d51 Migrate Sandboxed API docs to developer.google.com/sandboxed-api
This change removes the in-tree documentation in favor of the one hosted on
the Google's Developer site. This makes it easier to maintain for the
sandbox team, as there is now only a single source of truth for both internal
and external documentation.

If you find errors/bugs in the documentation, please file regular GitHub
issues.

PiperOrigin-RevId: 267132623
Change-Id: I4c950fcef77da0b361cb35b99aa2f187efe6f320
2019-09-04 05:22:03 -07:00

17 lines
623 B
Markdown

# Sandbox2
Sandbox2 is a C++ security sandbox for Linux which can be used to run untrusted
programs or portions of programs in confined environments. The idea is that the
runtime environment is so restricted that security bugs such as buffer overflows
in the protected region cause no harm.
## Documentation
Detailed developer documentation is available on the Google Developers site for Sandboxed API under
[Sandbox2](hhttps://developers.google.com/sandboxed-api/docs/sandbox2/overview).
There is also a
[Getting Started](https://developers.google.com/sandboxed-api/docs/sandbox2/getting-started)
guide for Sandbox2.