SoftwareUpdates.lsrules 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "description" : "",
  3. "name" : "Apple - Software Update",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "ports" : "443",
  8. "process" : "\/System\/Library\/CoreServices\/Software Update.app\/Contents\/Resources\/softwareupdated",
  9. "protocol" : "tcp",
  10. "remote-hosts" : "configuration.apple.com"
  11. },
  12. {
  13. "action" : "allow",
  14. "ports" : "443",
  15. "process" : "\/System\/Library\/CoreServices\/Software Update.app\/Contents\/Resources\/softwareupdated",
  16. "protocol" : "tcp",
  17. "remote-hosts" : "swcdn.apple.com"
  18. },
  19. {
  20. "action" : "allow",
  21. "ports" : "443",
  22. "process" : "\/System\/Library\/CoreServices\/Software Update.app\/Contents\/Resources\/softwareupdated",
  23. "protocol" : "tcp",
  24. "remote-hosts" : "swdist.apple.com"
  25. },
  26. {
  27. "action" : "allow",
  28. "ports" : "443",
  29. "process" : "\/System\/Library\/CoreServices\/Software Update.app\/Contents\/Resources\/softwareupdated",
  30. "protocol" : "tcp",
  31. "remote-hosts" : "swscan.apple.com"
  32. },
  33. {
  34. "action" : "allow",
  35. "ports" : "443",
  36. "process" : "\/System\/Library\/CoreServices\/Software Update.app\/Contents\/Resources\/softwareupdated",
  37. "protocol" : "tcp",
  38. "remote-hosts" : "xp.apple.com"
  39. },
  40. {
  41. "action" : "allow",
  42. "ports" : "443",
  43. "process" : "\/System\/Library\/PrivateFrameworks\/AppStoreDaemon.framework\/Support\/appstoreagent",
  44. "protocol" : "tcp",
  45. "remote-hosts" : "su.itunes.apple.com"
  46. },
  47. {
  48. "action" : "allow",
  49. "ports" : "443",
  50. "process" : "\/System\/Library\/PrivateFrameworks\/AppStoreDaemon.framework\/Support\/appstoreagent",
  51. "protocol" : "tcp",
  52. "remote-hosts" : "entitlements.itunes.apple.com"
  53. },
  54. {
  55. "action" : "allow",
  56. "ports" : "443",
  57. "process" : "\/System\/Library\/PrivateFrameworks\/AppStoreDaemon.framework\/Support\/appstoreagent",
  58. "protocol" : "tcp",
  59. "remote-hosts" : "bag.itunes.apple.com"
  60. },
  61. {
  62. "action" : "allow",
  63. "ports" : "443",
  64. "process" : "\/System\/Library\/PrivateFrameworks\/AssetCacheServices.framework\/Versions\/A\/XPCServices\/AssetCacheLocatorService.xpc\/Contents\/MacOS\/AssetCacheLocatorService",
  65. "protocol" : "tcp",
  66. "remote-hosts" : "lcdn-locator.apple.com"
  67. },
  68. {
  69. "action" : "allow",
  70. "disabled" : true,
  71. "ports" : "443",
  72. "process" : "\/usr\/libexec\/nsurlsessiond",
  73. "protocol" : "tcp",
  74. "remote-hosts" : "mesu.apple.com"
  75. },
  76. {
  77. "action" : "allow",
  78. "ports" : "443",
  79. "process" : "\/System\/Library\/PrivateFrameworks\/Noticeboard.framework\/Versions\/A\/Resources\/nbagent.app\/Contents\/MacOS\/nbagent",
  80. "protocol" : "tcp",
  81. "remote-hosts" : ["swscan.apple.com", "swdist.apple.com"]
  82. }
  83. ]
  84. }