AppleID.lsrules 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description" : "",
  3. "name" : "AppleID",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "ports" : "443",
  8. "process" : "\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/Versions\/A\/Support\/akd",
  9. "protocol" : "tcp",
  10. "remote-hosts" : "gsa.apple.com"
  11. },
  12. {
  13. "action" : "allow",
  14. "ports" : "443",
  15. "process" : "\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/Versions\/A\/Support\/akd",
  16. "protocol" : "tcp",
  17. "remote-hosts" : "gsas.apple.com"
  18. },
  19. {
  20. "action" : "allow",
  21. "ports" : "443",
  22. "process" : "\/System\/Library\/PrivateFrameworks\/IDS.framework\/identityservicesd.app\/Contents\/MacOS\/identityservicesd",
  23. "protocol" : "tcp",
  24. "remote-domains" : "ess.apple.com"
  25. },
  26. {
  27. "action" : "allow",
  28. "ports" : "443",
  29. "process" : "\/System\/Library\/PrivateFrameworks\/IDS.framework\/identityservicesd.app\/Contents\/MacOS\/identityservicesd",
  30. "protocol" : "tcp",
  31. "remote-hosts" : "init-p01md.apple.com"
  32. },
  33. {
  34. "action" : "allow",
  35. "ports" : "443",
  36. "process" : "\/System\/Library\/PrivateFrameworks\/IDS.framework\/identityservicesd.app\/Contents\/MacOS\/identityservicesd",
  37. "protocol" : "tcp",
  38. "remote-hosts" : "query.ess.apple.com"
  39. },
  40. {
  41. "action" : "allow",
  42. "ports" : "443",
  43. "process" : "\/System\/Library\/PrivateFrameworks\/IDS.framework\/identityservicesd.app\/Contents\/MacOS\/identityservicesd",
  44. "protocol" : "tcp",
  45. "remote-hosts" : "init.ess.apple.com"
  46. },
  47. {
  48. "action" : "allow",
  49. "ports" : "443",
  50. "process" : "\/System\/Library\/PrivateFrameworks\/IDS.framework\/identityservicesd.app\/Contents\/MacOS\/identityservicesd",
  51. "protocol" : "tcp",
  52. "remote-hosts" : "profile.ess.apple.com"
  53. }
  54. ]
  55. }