[email protected] | a8dcee9 | 2011-06-14 20:11:05 | [diff] [blame] | 1 | ;; |
[email protected] | 8156e1e4 | 2012-07-16 21:02:46 | [diff] [blame] | 2 | ;; Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | a8dcee9 | 2011-06-14 20:11:05 | [diff] [blame] | 3 | ;; Use of this source code is governed by a BSD-style license that can be |
4 | ;; found in the LICENSE file. | ||||
5 | ;; | ||||
6 | |||||
7 | ; TODO(viettrungluu): Confirm that the exceptions below are needed. | ||||
8 | |||||
9 | ; *** The contents of content/common/common.sb are implicitly included here. *** | ||||
10 | |||||
11 | ; Needed for Fonts. | ||||
kerrnel | e46995f | 2015-07-16 15:41:30 | [diff] [blame] | 12 | (allow file-read* (regex #"^/System/Library/Fonts($|/)")) |
[email protected] | a8dcee9 | 2011-06-14 20:11:05 | [diff] [blame] | 13 | (allow file-read* (regex #"^/Library/Fonts($|/)")) |
kerrnel | e46995f | 2015-07-16 15:41:30 | [diff] [blame] | 14 | (allow mach-lookup (global-name "com.apple.FontObjectsServer")) |
15 | (allow mach-lookup (global-name "com.apple.FontServer")) | ||||
tapted | 56fd33c | 2016-06-28 20:21:53 | [diff] [blame] | 16 | (allow mach-lookup (global-name "com.apple.fonts")) |
[email protected] | a8dcee9 | 2011-06-14 20:11:05 | [diff] [blame] | 17 | |
kerrnel | ddec4f0 | 2015-08-14 16:48:05 | [diff] [blame] | 18 | ; https://crbug.com/11269 |
kerrnel | e46995f | 2015-07-16 15:41:30 | [diff] [blame] | 19 | (allow file-read* (subpath (user-homedir-path "/Library/Fonts"))) |