]> git.openstreetmap.org Git - chef.git/commitdiff
Enable memory write/execute for planet-dump-mirror
authorTom Hughes <tom@compton.nu>
Sun, 27 Nov 2022 19:05:25 +0000 (19:05 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Nov 2022 19:05:25 +0000 (19:05 +0000)
cookbooks/planet/recipes/dump.rb

index 30d39359cc902a2afe21126bdca01ed637b0d19e..39c8196dd64d3dd1459b5cf9a93e890ec9e26983 100644 (file)
@@ -130,6 +130,7 @@ systemd_service "planet-dump-mirror" do
   exec_start "/usr/local/bin/planet-mirror-redirect-update"
   user "www-data"
   sandbox :enable_network => true
+  memory_deny_write_execute false
   read_write_paths "/store/planet/.htaccess"
 end