blob: e9f609461108db297bb1253faf98c93bd2cbcb5a [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)
[email protected]810d6402009-10-09 16:23:108; Support for programmatically enabling verbose debugging.
9;ENABLE_LOGGING (debug deny)
[email protected]e8aa85c2009-02-17 19:08:4410
[email protected]264e0e3072009-08-27 22:06:0911; Allow sending signals to self - http://crbug.com/20370
[email protected]005afbd2009-08-28 22:34:3612(allow signal (target self))
[email protected]264e0e3072009-08-27 22:06:0913
[email protected]3a3e5b32009-08-21 22:30:4714; Needed for full-page-zoomed controls - http://crbug.com/11325
[email protected]9c7c4922009-06-04 19:17:0415(allow sysctl-read)
16
[email protected]3e218312009-04-16 21:33:0917; Each line is marked with the System version that needs it.
18; This profile is tested with the following system versions:
[email protected]810d6402009-10-09 16:23:1019; 10.5.6, 10.6
[email protected]3e218312009-04-16 21:33:0920
[email protected]e8aa85c2009-02-17 19:08:4421; Allow following symlinks
[email protected]3e218312009-04-16 21:33:0922(allow file-read-metadata) ; 10.5.6
[email protected]e8aa85c2009-02-17 19:08:4423
[email protected]3a3e5b32009-08-21 22:30:4724; Loading System Libraries.
25(allow file-read-data (regex #"^/System/Library/Frameworks")) ; 10.5.6
26(allow file-read-data (regex #"^/System/Library/PrivateFrameworks")) ; 10.5.6
27(allow file-read-data (regex #"^/System/Library/CoreServices")) ; 10.5.6
28
29; Needed for Fonts.
30(allow file-read-data (regex #"^/System/Library/Fonts")) ; 10.5.6
[email protected]810d6402009-10-09 16:23:1031;10.6_ONLY (allow file-read-data (regex #"^/Library/Fonts")) ; 10.6
[email protected]3e218312009-04-16 21:33:0932(allow mach-lookup (global-name "com.apple.FontObjectsServer")) ; 10.5.6
[email protected]810d6402009-10-09 16:23:1033;10.6_ONLY (allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6
[email protected]3a3e5b32009-08-21 22:30:4734
35; USER_HOMEDIR is substitued at runtime - http://crbug.com/11269
[email protected]810d6402009-10-09 16:23:1036;10.6_ONLY (allow file-read-data (subpath "USER_HOMEDIR/Library/Fonts")) ; 10.6
[email protected]04bd2bb52009-05-05 20:07:1937
38; Needed for IPC on 10.6
[email protected]810d6402009-10-09 16:23:1039;10.6_ONLY (allow ipc-posix-shm)