]>
Commit | Line | Data |
---|---|---|
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")) | |
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")) |