protect_system "strict"
protect_home true
read_write_paths "/srv/blogs.openstreetmap.org"
+ no_new_privileges true
end
systemd_timer "blogs-update" do
protect_system "strict"
protect_home true
read_write_paths "/var/lib/dns"
+ no_new_privileges true
end
systemd_timer "dns-check" do
protect_system "strict"
protect_home true
read_write_paths node[:geoipupdate][:directory]
+ no_new_privileges true
end
systemd_timer "geoipupdate" do
protect_system "strict"
protect_home true
read_write_paths tilelog_output_directory
+ no_new_privileges true
end
systemd_timer "tilelog" do