[email protected] | e8aa85c | 2009-02-17 19:08:44 | [diff] [blame^] | 1 | ;; |
| 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")) |