Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst

Issue 144253005: NaCl docs: fix a few more issues with the ARM sandbox documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst
diff --git a/native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst b/native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst
index 6e8eb1a14d8b1ee5c6dd75303c46fcf82c2489a1..77ff417ff8e08432538057ff31219b328252cd6e 100644
--- a/native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst
+++ b/native_client_sdk/src/doc/reference/sandbox_internals/arm-32-bit-sandbox.rst
@@ -2,13 +2,13 @@
ARM 32-bit Sandbox
==================
-Native Client for ARM is a method for running programs---even malicious
-ones---safely, on computers that use 32-bit ARM processors. It's an
-extension of earlier work on Native Client for x86 processors. This
-security is provided with a low performance overhead of about 10% over
-regular ARM code, and as you'll see in this document the sandbox model
-is beautifully simple, meaning that the trusted codebase is much easier
-to validate.
+Native Client for ARM is a sandboxing technology for running
+programs---even malicious ones---safely, on computers that use 32-bit
+ARM processors. The ARM sandbox is an extension of earlier work on
+Native Client for x86 processors. Security is provided with a low
+performance overhead of about 10% over regular ARM code, and as you'll
+see in this document the sandbox model is beautifully simple, meaning
+that the trusted codebase is much easier to validate.
As an implementation detail, the Native Client 32-bit ARM sandbox is
currently used by Portable Native Client to execute code on 32-bit ARM

Powered by Google App Engine
This is Rietveld 408576698