2 ;; Copyright (c) 2012 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.
7 ; TODO(viettrungluu): Confirm that the exceptions below are needed.
9 ; *** The contents of content/common/common.sb are implicitly included here. ***
12 (allow file-read* (regex #"^/System/Library/Fonts($|/)"))
13 (allow file-read* (regex #"^/Library/Fonts($|/)"))
14 (allow mach-lookup (global-name "com.apple.FontObjectsServer"))
15 (allow mach-lookup (global-name "com.apple.FontServer"))
17 ; https://crbug.com/11269
18 (allow file-read* (subpath (user-homedir-path "/Library/Fonts")))