]> git.openstreetmap.org Git - chef.git/commitdiff
Add mincore to allowed system calls for renderd
authorTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 20:15:30 +0000 (20:15 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 20:15:30 +0000 (20:15 +0000)
cookbooks/tile/recipes/default.rb

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