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

Unified Diff: components/nacl/zygote/nacl_fork_delegate_linux.cc

Issue 100373005: Initial implementation of Bare Metal Mode for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: components/nacl/zygote/nacl_fork_delegate_linux.cc
diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.cc b/components/nacl/zygote/nacl_fork_delegate_linux.cc
index 1546bdd6f483a5be067e5a727cbb1596b8948344..89f35873ac7f817544829dda441b429523692bb9 100644
--- a/components/nacl/zygote/nacl_fork_delegate_linux.cc
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
@@ -167,6 +167,7 @@ void NaClForkDelegate::Init(const int sandboxdesc) {
static const char* kForwardSwitches[] = {
switches::kDisableSeccompFilterSandbox,
switches::kNoSandbox,
+ switches::kDisableNaClSfi,
};
const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess();
cmd_line.CopySwitchesFrom(current_cmd_line, kForwardSwitches,

Powered by Google App Engine
This is Rietveld 408576698