Skip to content

Commit

Permalink
Add mincore to allowed system calls for renderd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 20, 2023
1 parent 68db87b commit d4220f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/tile/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
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

Expand Down

0 comments on commit d4220f9

Please sign in to comment.