blob: 6a0bf0d7283fc88fd242f58bcfeaac01e05d1dda [file] [log] [blame]
[email protected]e8aa85c2009-02-17 19:08:441;;
2;; Copyright (c) 2009 The Chromium Authors. All rights reserved.
3;; Use of this source code is governed by a BSD-style license that can be
4;; found in the LICENSE file.
5;;
[email protected]e8aa85c2009-02-17 19:08:446
[email protected]1e652d022010-04-16 19:09:117; *** The contents of chrome/common/common.sb are implicitly included here. ***
[email protected]3a3e5b32009-08-21 22:30:478
9; Needed for Fonts.
[email protected]abf235502010-10-26 13:41:3910(allow file-read* (regex #"^/System/Library/Fonts($|/)")) ; 10.5.6
[email protected]fdf6a842010-06-17 05:22:3911; 10.6 for loading fonts in the renderer.
12; on 10.5 this is needed for the PDF plugin.
[email protected]abf235502010-10-26 13:41:3913(allow file-read* (regex #"^/Library/Fonts($|/)"))
[email protected]3e218312009-04-16 21:33:0914(allow mach-lookup (global-name "com.apple.FontObjectsServer")) ; 10.5.6
[email protected]810d6402009-10-09 16:23:1015;10.6_ONLY (allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6
[email protected]3a3e5b32009-08-21 22:30:4716
[email protected]620bafa2010-11-07 05:45:0517(allow file-read*
18 (regex #"^/System/Library/ColorSync($|/)") ; 10.5.6 - http://crbug.com/46648
19 (literal "/Library/Preferences/.GlobalPreferences.plist") ; http://crbug.com/60917
20 (literal "@USER_HOMEDIR_AS_LITERAL@/Library/Preferences/.GlobalPreferences.plist")
21)
[email protected]699f2242010-07-14 13:05:1122
[email protected]620bafa2010-11-07 05:45:0523; http://crbug.com/11269
[email protected]722d0822010-11-02 09:27:0324;10.6_ONLY (allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
[email protected]620bafa2010-11-07 05:45:0525
26; http://crbug.com/60917
27(allow file-read-metadata
28 (literal "/")
29 (literal "/var")
30)