LocationServices.lsrules 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "description" : "",
  3. "name" : "Apple Location Services",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "disabled" : true,
  8. "ports" : "443",
  9. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  10. "protocol" : "tcp",
  11. "remote-domains" : "ls.apple.com"
  12. },
  13. {
  14. "action" : "allow",
  15. "disabled" : true,
  16. "ports" : "443",
  17. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  18. "protocol" : "tcp",
  19. "remote-hosts" : [
  20. "configuration.ls.apple.com",
  21. "gsp-ssl.ls.apple.com"
  22. ]
  23. },
  24. {
  25. "action" : "allow",
  26. "ports" : "443",
  27. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  28. "protocol" : "tcp",
  29. "remote-hosts" : "configuration.ls.apple.com"
  30. },
  31. {
  32. "action" : "allow",
  33. "ports" : "443",
  34. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  35. "protocol" : "tcp",
  36. "remote-hosts" : "gsp-ssl.ls.apple.com"
  37. },
  38. {
  39. "action" : "allow",
  40. "ports" : "443",
  41. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  42. "protocol" : "tcp",
  43. "remote-hosts" : "gspe1-ssl.ls.apple.com"
  44. },
  45. {
  46. "action" : "allow",
  47. "ports" : "443",
  48. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  49. "protocol" : "tcp",
  50. "remote-hosts" : "gspe19-ssl.ls.apple.com"
  51. },
  52. {
  53. "action" : "allow",
  54. "ports" : "443",
  55. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  56. "protocol" : "tcp",
  57. "remote-hosts" : "gspe21-ssl.ls.apple.com"
  58. },
  59. {
  60. "action" : "allow",
  61. "ports" : "443",
  62. "process" : "\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/Versions\/A\/XPCServices\/com.apple.geod.xpc\/Contents\/MacOS\/com.apple.geod",
  63. "protocol" : "tcp",
  64. "remote-hosts" : "gspe35-ssl.ls.apple.com"
  65. },
  66. {
  67. "action" : "allow",
  68. "disabled" : true,
  69. "ports" : "443",
  70. "process" : "\/usr\/libexec\/nsurlsessiond",
  71. "protocol" : "tcp",
  72. "remote-hosts" : "configuration.ls.apple.com"
  73. },
  74. {
  75. "action" : "allow",
  76. "disabled" : true,
  77. "ports" : "443",
  78. "process" : "\/usr\/libexec\/nsurlsessiond",
  79. "protocol" : "tcp",
  80. "remote-hosts" : "gsp64-ssl.ls.apple.com"
  81. },
  82. {
  83. "action" : "allow",
  84. "disabled" : true,
  85. "ports" : "443",
  86. "process" : "\/System\/Library\/CoreServices\/mapspushd",
  87. "protocol" : "tcp",
  88. "remote-hosts" : "configuration.ls.apple.com"
  89. }
  90. ]
  91. }