diff options
-rw-r--r-- | chrome/browser/nacl_loader.sb | 4 | ||||
-rw-r--r-- | chrome/browser/utility.sb | 6 | ||||
-rw-r--r-- | content/browser/worker.sb | 4 | ||||
-rw-r--r-- | content/renderer/renderer.sb | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/chrome/browser/nacl_loader.sb b/chrome/browser/nacl_loader.sb index 38cb29c..e881afe 100644 --- a/chrome/browser/nacl_loader.sb +++ b/chrome/browser/nacl_loader.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Copyright (c) 2011 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. ;; @@ -7,7 +7,7 @@ ; untrusted code within Native Client. ; -; *** The contents of chrome/common/common.sb are implicitly included here. *** +; *** The contents of content/common/common.sb are implicitly included here. *** ; Allow a Native Client application to use semaphores, specifically ; sem_init(), et.al. diff --git a/chrome/browser/utility.sb b/chrome/browser/utility.sb index 4bbac11..0e0bf76 100644 --- a/chrome/browser/utility.sb +++ b/chrome/browser/utility.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Copyright (c) 2011 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. ;; @@ -11,7 +11,7 @@ ; directory. This is different from other sandbox configuration files where ; file system access is entireley restricted. -; *** The contents of chrome/common/common.sb are implicitly included here. *** +; *** The contents of content/common/common.sb are implicitly included here. *** ; Enable full access to given directory if needed. -;ENABLE_DIRECTORY_ACCESS
\ No newline at end of file +;ENABLE_DIRECTORY_ACCESS diff --git a/content/browser/worker.sb b/content/browser/worker.sb index c984670..2e40888 100644 --- a/content/browser/worker.sb +++ b/content/browser/worker.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Copyright (c) 2011 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. ;; @@ -9,4 +9,4 @@ ; 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 +; *** The contents of content/common/common.sb are implicitly included here. *** diff --git a/content/renderer/renderer.sb b/content/renderer/renderer.sb index 6a0bf0d..1600044 100644 --- a/content/renderer/renderer.sb +++ b/content/renderer/renderer.sb @@ -1,10 +1,10 @@ ;; -;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Copyright (c) 2011 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. ;; -; *** The contents of chrome/common/common.sb are implicitly included here. *** +; *** The contents of content/common/common.sb are implicitly included here. *** ; Needed for Fonts. (allow file-read* (regex #"^/System/Library/Fonts($|/)")) ; 10.5.6 |