blob: fc55721ce50f7f0a21e971bd7059decf6fec7a64 [file] [log] [blame]
[email protected]a8dcee92011-06-14 20:11:051;;
[email protected]8156e1e42012-07-16 21:02:462;; Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a8dcee92011-06-14 20:11:053;; 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.
kerrnele46995f2015-07-16 15:41:3012(allow file-read* (regex #"^/System/Library/Fonts($|/)"))
[email protected]a8dcee92011-06-14 20:11:0513(allow file-read* (regex #"^/Library/Fonts($|/)"))
kerrnele46995f2015-07-16 15:41:3014(allow mach-lookup (global-name "com.apple.FontObjectsServer"))
15(allow mach-lookup (global-name "com.apple.FontServer"))
tapted56fd33c2016-06-28 20:21:5316(allow mach-lookup (global-name "com.apple.fonts"))
[email protected]a8dcee92011-06-14 20:11:0517
kerrnelddec4f02015-08-14 16:48:0518; https://crbug.com/11269
kerrnele46995f2015-07-16 15:41:3019(allow file-read* (subpath (user-homedir-path "/Library/Fonts")))