]> git.openstreetmap.org Git - chef.git/commitdiff
Drop private_devices for OTRS and planetdump that use exim
authorTom Hughes <tom@compton.nu>
Thu, 3 Nov 2022 13:59:04 +0000 (13:59 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 3 Nov 2022 14:00:07 +0000 (14:00 +0000)
cookbooks/otrs/recipes/default.rb
cookbooks/planet/recipes/dump.rb

index d124bf43a603b8af79a4e5c581a73dfc035f6064..0b391a62cc3479cede8e5b1bfcfe32d962e296eb 100644 (file)
@@ -119,10 +119,9 @@ systemd_service "otrs" do
   group "otrs"
   exec_start "/opt/otrs/bin/otrs.Daemon.pl start"
   private_tmp true
-  private_devices true
-  protect_system "full"
+  protect_system "strict"
   protect_home true
-  read_write_paths "/var/log/exim4"
+  read_write_paths ["/opt/otrs-#{version}/var", "/var/log/exim4", "/var/spool/exim4"]
 end
 
 service "otrs" do
index fdc9c7c4635f7d214700a8e1dc44d5add8309416..c7737bdb84a23576c70dfe1e9069e105409911e2 100644 (file)
@@ -116,10 +116,9 @@ systemd_service "planetdump@" do
   exec_start "/usr/local/bin/planetdump %i"
   memory_max "64G"
   private_tmp true
-  private_devices true
-  protect_system "full"
+  protect_system "strict"
   protect_home true
-  read_write_paths "/var/log/exim4"
+  read_write_paths ["/var/log/exim4", "/var/spool/exim4"]
 end
 
 cron_d "planet-dump-mirror" do