]> git.openstreetmap.org Git - chef.git/commitdiff
Relax system call filter for renderd
authorTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 19:45:05 +0000 (19:45 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 19:45:05 +0000 (19:45 +0000)
cookbooks/tile/recipes/default.rb

index ce3ffcb9cff7e04d760b7528633c20646c683ee1..a7073575cfef8e27d55b536d2073124658963c85 100644 (file)
@@ -116,6 +116,7 @@ systemd_service "renderd" do
   sandbox true
   restrict_address_families "AF_UNIX"
   read_write_paths tile_directories
+  system_call_filter ["@known"]
   restart "on-failure"
 end