iCloudSync.lsrules 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "description" : "",
  3. "name" : "iCloud Sync",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "disabled" : true,
  8. "ports" : "443",
  9. "process" : "\/System\/Library\/PrivateFrameworks\/CloudServices.framework\/Helpers\/com.apple.sbd",
  10. "protocol" : "tcp",
  11. "remote-hosts" : "p129-escrowproxy.icloud.com"
  12. },
  13. {
  14. "action" : "allow",
  15. "ports" : "443",
  16. "process" : "\/System\/Library\/PrivateFrameworks\/CalendarAgent.framework\/Executables\/CalendarAgent",
  17. "protocol" : "tcp",
  18. "remote-hosts" : "calendars.icloud.com"
  19. },
  20. {
  21. "action" : "allow",
  22. "ports" : "443",
  23. "process" : "\/System\/Library\/PrivateFrameworks\/CalendarAgent.framework\/Executables\/CalendarAgent",
  24. "protocol" : "tcp",
  25. "remote-hosts" : "p129-caldav.icloud.com"
  26. },
  27. {
  28. "action" : "allow",
  29. "disabled" : true,
  30. "ports" : "443",
  31. "process" : "\/System\/Library\/PrivateFrameworks\/CloudPhotoLibrary.framework\/Versions\/A\/Support\/cloudphotod",
  32. "protocol" : "tcp",
  33. "remote-hosts" : "configuration.apple.com"
  34. },
  35. {
  36. "action" : "allow",
  37. "disabled" : true,
  38. "ports" : "443",
  39. "process" : "\/System\/Library\/PrivateFrameworks\/PhotoLibraryServices.framework\/Versions\/A\/Support\/photolibraryd",
  40. "protocol" : "tcp",
  41. "remote-hosts" : "p35-availability.icloud.com"
  42. },
  43. {
  44. "action" : "allow",
  45. "ports" : "443",
  46. "process" : "\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd",
  47. "protocol" : "tcp",
  48. "remote-hosts" : "gateway.icloud.com"
  49. },
  50. {
  51. "action" : "allow",
  52. "ports" : "443",
  53. "process" : "\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd",
  54. "protocol" : "tcp",
  55. "remote-hosts" : "setup.icloud.com"
  56. },
  57. {
  58. "action" : "allow",
  59. "ports" : "443",
  60. "process" : "\/System\/Library\/Frameworks\/AddressBook.framework\/Versions\/A\/Helpers\/AddressBookSourceSync.app\/Contents\/MacOS\/AddressBookSourceSync",
  61. "protocol" : "tcp",
  62. "remote-hosts" : "p129-contacts.icloud.com"
  63. }
  64. ]
  65. }