]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Use default sandboxing for the blogs-update service
[chef.git] / cookbooks / tilelog / recipes / default.rb
index fd27931bf5bb26eb3c594f53f60f36378b4971de..8a53bab547ac34d5d3e701d2aeefd9c3a60b9cf0 100644 (file)
@@ -31,7 +31,7 @@ end
 python_package "tilelog" do
   python_virtualenv tilelog_directory
   python_version "3"
-  version "1.4.0"
+  version "1.4.1"
 end
 
 directory tilelog_output_directory do
@@ -60,6 +60,7 @@ systemd_service "tilelog" do
   protect_system "strict"
   protect_home true
   read_write_paths tilelog_output_directory
+  no_new_privileges true
 end
 
 systemd_timer "tilelog" do