1;; OriginatingProject: files
2;;
3;; common rules for various BSD daemons
4;; Copyright (c) 2007-2011 Apple Inc. All Rights reserved.
5;;
6;; WARNING: The sandbox rules in this file currently constitute
7;; Apple System Private Interface and are subject to change at any time and
8;; without notice. The contents of this file are also auto-generated and not
9;; user editable; it may be overwritten at any time.
10;;
11(version 1)
12
13(debug deny)
14
15(import "system.sb")
16
17;; allow processes to traverse symlinks
18(allow file-read-metadata)
19
20(allow file-read-data file-write-data
21  (regex
22    ; Allow files accessed by system dylibs and frameworks
23    #"/\.CFUserTextEncoding$"
24    #"^/usr/share/nls/"
25    #"^TO-BE-REPLACED-WITH-TZDIR/"
26  ))
27
28(allow ipc-posix-shm (ipc-posix-name "apple.shm.notification_center")) ; Libnotify
29
30(allow signal (target self))
31