]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/templates/default/service.erb
Fix sandboxing of smokeping exporter
[chef.git] / cookbooks / systemd / templates / default / service.erb
index a4ff29fa96988f92a167a8a6af9b787bafc5fde9..1172d0b96c3f4b5d1a82b071f5ef25f87ddb0697 100644 (file)
@@ -145,6 +145,9 @@ NoNewPrivileges=<%= @no_new_privileges %>
 <% if @capability_bounding_set -%>
 CapabilityBoundingSet=<%= Array(@capability_bounding_set).sort.uniq.join(" ") %>
 <% end -%>
+<% if @ambient_capabilities -%>
+AmbientCapabilities=<%= Array(@ambient_capabilities).sort.uniq.join(" ") %>
+<% end -%>
 <% if @protect_system -%>
 ProtectSystem=<%= @protect_system %>
 <% end -%>