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

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

Issue 901683003: Make NaCl process non-dumpable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Specify all 5 arguments for prctl. Created 5 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: 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 6544425931f12c059a891818811b31b5a235bac0..2fd604df006c507e5f028f3d29cd9c8565f6a1e1 100644
--- a/components/nacl/zygote/nacl_fork_delegate_linux.cc
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
@@ -209,6 +209,7 @@ void NaClForkDelegate::Init(const int sandboxdesc,
// Append any switches that need to be forwarded to the NaCl helper.
static const char* kForwardSwitches[] = {
+ switches::kAllowSandboxDebugging,
switches::kDisableSeccompFilterSandbox,
switches::kEnableNaClDebug,
switches::kNaClDangerousNoSandboxNonSfi,
« no previous file with comments | « components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698