X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/49b1c6f9ab867bd9174c09bc8b9613e64f778f04..e3618ba243a881e01ada64aaab68e131fe90d6c8:/cookbooks/prometheus/recipes/smokeping.rb diff --git a/cookbooks/prometheus/recipes/smokeping.rb b/cookbooks/prometheus/recipes/smokeping.rb index 975f8a5c2..5f11d2c90 100644 --- a/cookbooks/prometheus/recipes/smokeping.rb +++ b/cookbooks/prometheus/recipes/smokeping.rb @@ -40,4 +40,7 @@ end prometheus_exporter "smokeping" do port 9374 options "--config.file=/etc/prometheus/exporters/smokeping.yml" + capability_bounding_set "CAP_NET_RAW" + ambient_capabilities "CAP_NET_RAW" + private_users false end