]>
Commit | Line | Data |
---|---|---|
5c19dc3a A |
1 | ;; allow clients to communicate with secd |
2 | (allow mach-lookup (global-name "com.apple.secd")) | |
3 | ;; allow clients to communicate with coreauthd | |
4 | (allow mach-lookup (global-name "com.apple.CoreAuthentication.daemon.libxpc")) | |
fa7225c8 A |
5 | (allow mach-lookup (global-name "com.apple.CoreAuthentication.agent.libxpc")) |
6 | ;; allow clients to communicate with ctkd | |
7 | (allow mach-lookup (global-name "com.apple.ctkd.token-client")) |