diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 23:14:21 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 23:14:21 +0000 |
commit | 3426ce1981d7ace455c51c5cc74fe80e5d2d5b4d (patch) | |
tree | 3d6a9e8e136bb7e09dbfc15970bdc9e48e5da727 /content/common/OWNERS | |
parent | 542a73f819508284ebd35a1903a6e316819e232a (diff) | |
download | chromium_src-3426ce1981d7ace455c51c5cc74fe80e5d2d5b4d.zip chromium_src-3426ce1981d7ace455c51c5cc74fe80e5d2d5b4d.tar.gz chromium_src-3426ce1981d7ace455c51c5cc74fe80e5d2d5b4d.tar.bz2 |
Create a LinuxSandbox class.
The LinuxSandbox class aims to become the central place for Linux
sandboxing inside content/.
For now, this refactors mostly code from the Zygote.
(Note: this is a re-land of https://chromiumcodereview.appspot.com/10826093/
with a trivial fix for ARM architectures).
BUG=
TBR=piman@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10843059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149734 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/OWNERS')
-rw-r--r-- | content/common/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/OWNERS b/content/common/OWNERS index f8fc447..4432a1a 100644 --- a/content/common/OWNERS +++ b/content/common/OWNERS @@ -1,4 +1,4 @@ -# For sandbox_init_linux.cc +# For sandbox*_linux.* cevans@chromium.org jln@chromium.org |