ApplePushNotifications.lsrules 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description" : "",
  3. "name" : "Apple Push Notifications",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "ports" : "443",
  8. "process" : "\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd",
  9. "protocol" : "tcp",
  10. "remote-domains" : "push.apple.com"
  11. },
  12. {
  13. "action" : "allow",
  14. "ports" : "5223",
  15. "process" : "\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd",
  16. "protocol" : "tcp",
  17. "remote-domains" : "push.apple.com"
  18. },
  19. {
  20. "action" : "allow",
  21. "ports" : "443",
  22. "process" : "\/System\/Library\/PrivateFrameworks\/IMTransferServices.framework\/IMTransferAgent.app\/Contents\/MacOS\/IMTransferAgent",
  23. "protocol" : "tcp",
  24. "remote-hosts" : "edge-020.ussjc1.icloud-content.com"
  25. },
  26. {
  27. "action" : "allow",
  28. "ports" : "443",
  29. "process" : "\/System\/Library\/PrivateFrameworks\/IMTransferServices.framework\/IMTransferAgent.app\/Contents\/MacOS\/IMTransferAgent",
  30. "protocol" : "tcp",
  31. "remote-hosts" : "gateway-asset.icloud-content.com"
  32. },
  33. {
  34. "action" : "allow",
  35. "ports" : "443",
  36. "process" : "\/System\/Library\/PrivateFrameworks\/IMTransferServices.framework\/IMTransferAgent.app\/Contents\/MacOS\/IMTransferAgent",
  37. "protocol" : "tcp",
  38. "remote-hosts" : "gateway.icloud.com"
  39. },
  40. {
  41. "action" : "allow",
  42. "ports" : "443",
  43. "process" : "\/System\/Library\/PrivateFrameworks\/IMTransferServices.framework\/IMTransferAgent.app\/Contents\/MacOS\/IMTransferAgent",
  44. "protocol" : "tcp",
  45. "remote-hosts" : "p27-content.icloud.com"
  46. },
  47. {
  48. "action" : "allow",
  49. "ports" : "443",
  50. "process" : "\/System\/Library\/PrivateFrameworks\/IMTransferServices.framework\/IMTransferAgent.app\/Contents\/MacOS\/IMTransferAgent",
  51. "protocol" : "tcp",
  52. "remote-hosts" : "p64-content.icloud.com"
  53. }
  54. ]
  55. }