;;;; ;;;; Caching URL Configuration in AppleAccount daemon ;;;; (if (entitlement "com.apple.authkit.client.internal") (allow mach-lookup (global-name "com.apple.aa.daemon.xpc")) (allow mach-lookup (global-name "com.apple.aa.ageMigration.xpc")) (allow mach-lookup (global-name "com.apple.aa.accountService.xpc")) ) (if (entitlement "com.apple.authkit.client.private") (allow mach-lookup (global-name "com.apple.aa.daemon.xpc")) (allow mach-lookup (global-name "com.apple.aa.ageMigration.xpc")) (allow mach-lookup (global-name "com.apple.aa.accountService.xpc")) ) (if (entitlement "com.apple.appleaccount.client.private") (allow mach-lookup (global-name "com.apple.aa.daemon.xpc")) (allow mach-lookup (global-name "com.apple.aa.ageMigration.xpc")) (allow mach-lookup (global-name "com.apple.aa.accountService.xpc")) )