summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/worker.sb (renamed from chrome/browser/most-restrictive.sb)15
1 files changed, 1 insertions, 14 deletions
diff --git a/chrome/browser/most-restrictive.sb b/chrome/browser/worker.sb
index f4d68c8..6d3907b 100644
--- a/chrome/browser/most-restrictive.sb
+++ b/chrome/browser/worker.sb
@@ -4,8 +4,7 @@
;; found in the LICENSE file.
;;
; This is the Sandbox configuration file used for safeguarding the worker
-; process which is used to run web workers in a sandboxed environment. It
-; is also used to run the user's untrusted code within Native Client.
+; process which is used to run web workers in a sandboxed environment.
;
; This is the most restrictive sandbox profile and only enables just enough
; to allow basic use of Cocoa.
@@ -34,15 +33,3 @@
; Needed for IPC on 10.6
;10.6_ONLY (allow ipc-posix-shm)
-
-; Needed for the Native Client plugin and loader. These lines are enabled
-; if and only if --internal-nacl (or --enable-nacl) are used (and they
-; are off by default.)
-; TODO(msneck): Refactor Native Client to use something other than Unix
-; sockets. Then change the code in chrome/common/sandbox_mac.mm which
-; deals with the ";NACL" prefix.
-; See http://code.google.com/p/nativeclient/issues/detail?id=344
-;NACL;BEFORE_10.6 (allow network-inbound (from unix-socket))
-;NACL;BEFORE_10.6 (allow network-outbound (to unix-socket))
-;NACL;10.6_ONLY (allow network-inbound (regex #"^(/private)?/tmp/nacl-"))
-;NACL;10.6_ONLY (allow network-outbound (regex #"^(/private)?/tmp/nacl-"))