blob: 3b2a1fcb1c1bb56867ac0ea86f07279c1107c032 [file] [log] [blame]
[email protected]e8aa85c2009-02-17 19:08:441;;
2;; Copyright (c) 2009 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.
5;;
6(version 1)
7(deny default)
8
9; Allow following symlinks
10(allow file-read-metadata)
11; Allow reading files out of /System/Library
12(allow file-read-data (regex #"^/System/Library"))
13
14; Needed for Fonts
15(allow mach-lookup (global-name "com.apple.FontObjectsServer"))