From 15367d0a63dd2bfd43d473bb11cd1bf34dea212d Mon Sep 17 00:00:00 2001 From: "msneck@google.com" Date: Tue, 30 Mar 2010 16:21:18 +0000 Subject: 1. Create a new sandbox type which allows access to Unix sockets in the Mac renderer sandbox to support running Native Client. 2. Put the Native Client sel_ldr (which contains the user's untrusted code into a new Mac sandbox type. 3. Open /dev/random in SandboxWarmup(). 4. Remove the "--nosandbox" flag when running Mac tests. BUG=http://code.google.com/p/nativeclient/issues/detail?id=327 TEST=nacl_ui_tests still pass while running in the sandbox. Review URL: http://codereview.chromium.org/1234003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43086 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/nacl/nacl_test.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/test/nacl') diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc index 1560484..6038310 100644 --- a/chrome/test/nacl/nacl_test.cc +++ b/chrome/test/nacl/nacl_test.cc @@ -57,9 +57,6 @@ const FilePath::CharType kServerHtmlFileName[] = NaClTest::NaClTest() : UITest() { launch_arguments_.AppendSwitch(switches::kEnableNaCl); -#if defined(OS_MACOSX) - launch_arguments_.AppendSwitch(switches::kNoSandbox); -#endif } NaClTest::~NaClTest() {} -- cgit v1.1