diff options
Diffstat (limited to 'chrome/browser/worker.sb')
-rw-r--r-- | chrome/browser/worker.sb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/worker.sb b/chrome/browser/worker.sb new file mode 100644 index 0000000..c984670 --- /dev/null +++ b/chrome/browser/worker.sb @@ -0,0 +1,12 @@ +;; +;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Use of this source code is governed by a BSD-style license that can be +;; 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. +; +; This is the most restrictive sandbox profile and only enables just enough +; to allow basic use of Cocoa. + +; *** The contents of chrome/common/common.sb are implicitly included here. ***
\ No newline at end of file |