]> git.saurik.com Git - apple/security.git/blob - OSX/authd/com.apple.authd.sb
Security-58286.1.32.tar.gz
[apple/security.git] / OSX / authd / com.apple.authd.sb
1 (version 1)
2
3 (deny default)
4
5 (import "system.sb")
6
7 (allow file-ioctl
8 (literal "/dev/auditsessions"))
9
10 (allow file-read*)
11
12 (allow file-read* file-write*
13 (regex #"^/private/var/db/auth\.db.*$")
14 (literal "/private/var/db/mds/system/mds.lock")
15 (subpath (param "TMP_DIR")))
16
17 (allow mach-lookup
18 (global-name "com.apple.CoreAuthentication.agent.libxpc")
19 (global-name "com.apple.CoreAuthentication.daemon.libxpc")
20 (global-name "com.apple.CoreServices.coreservicesd")
21 (global-name "com.apple.PowerManagement.control")
22 (global-name "com.apple.security.agent")
23 (global-name "com.apple.security.agent.login")
24 (global-name "com.apple.security.authhost")
25 (global-name "com.apple.SecurityServer")
26 (global-name "com.apple.system.opendirectoryd.api")
27 (global-name "com.apple.ocspd"))
28
29 (allow ipc-posix-shm
30 (ipc-posix-name "apple.shm.notification_center")
31 (ipc-posix-name "com.apple.AppleDatabaseChanged"))
32
33 (allow mach-per-user-lookup)
34
35 (allow system-audit system-sched)