blob: fc55721ce50f7f0a21e971bd7059decf6fec7a64 [file] [log] [blame]
;;
;; Copyright (c) 2012 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.
;;
; TODO(viettrungluu): Confirm that the exceptions below are needed.
; *** The contents of content/common/common.sb are implicitly included here. ***
; Needed for Fonts.
(allow file-read* (regex #"^/System/Library/Fonts($|/)"))
(allow file-read* (regex #"^/Library/Fonts($|/)"))
(allow mach-lookup (global-name "com.apple.FontObjectsServer"))
(allow mach-lookup (global-name "com.apple.FontServer"))
(allow mach-lookup (global-name "com.apple.fonts"))
; https://crbug.com/11269
(allow file-read* (subpath (user-homedir-path "/Library/Fonts")))