blob: 25dc100867bd405b64b4311389a506c8e67c54f4 [file] [log] [blame]
[email protected]e8aa85c2009-02-17 19:08:441;;
[email protected]8a72f64c2011-04-07 18:04:572;; Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]e8aa85c2009-02-17 19:08:443;; 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]8a72f64c2011-04-07 18:04:577; *** The contents of content/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]7b7fc632011-05-24 09:06:4015;10.6_OR_ABOVE (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]7b7fc632011-05-24 09:06:4024;10.6_OR_ABOVE (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)