projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d3085
)
Relax system call filter for renderd
author
Tom Hughes
<tom@compton.nu>
Wed, 20 Dec 2023 19:45:05 +0000
(19:45 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 20 Dec 2023 19:45:05 +0000
(19:45 +0000)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index ce3ffcb9cff7e04d760b7528633c20646c683ee1..a7073575cfef8e27d55b536d2073124658963c85 100644
(file)
--- a/
cookbooks/tile/recipes/default.rb
+++ b/
cookbooks/tile/recipes/default.rb
@@
-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