Christian Blichmann c6b8e301e4 This fixes broken _proto_cc_cc_proto build target suffixes.
These where inadvertently introduced in an internal cleanup change.

This change also removes a C++17-ism in var_proto.h. To make things easier for
downstream projects, we should stick to C++11 for the time being.

PiperOrigin-RevId: 271117700
Change-Id: I4eaacec88be16e1a561d3f77a61acce0a1af0b9d
2019-09-25 07:13:58 -07:00
..
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-05-17 07:21:31 -07:00
2019-04-23 10:30:45 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-19 03:41:32 -07:00
2019-03-19 03:41:32 -07:00
2019-03-19 03:41:32 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-04-26 06:18:59 -07:00
2019-07-15 23:59:24 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-09-11 02:39:49 -07:00
2019-06-14 02:09:07 -07:00
2019-03-18 19:00:48 +01:00
2019-09-11 02:39:49 -07:00
2019-03-20 05:19:55 -07:00
2019-09-11 02:39:49 -07:00
2019-09-11 02:39:49 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-09-11 02:39:49 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-09-24 04:50:18 -07:00

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.