mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
c2631d88ae
Updates syscall arguments mostly according to this list and more recent kernel sources: https://chromium.googlesource.com/chromiumos/docs/+/master/constants/syscalls.md#x86_64-64_bit The list includes some more syscalls that were recently added. Follow-up changes will do the same for x86-32, POWER and AArch64. PiperOrigin-RevId: 341016698 Change-Id: If1771fd37a47b227ca8f572704a64190e4621a38
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.
There is also a Getting Started guide for Sandbox2.