]> git.openstreetmap.org Git - chef.git/commitdiff
Adjust sandbox for otrs service
authorTom Hughes <tom@compton.nu>
Sat, 23 Apr 2022 06:33:04 +0000 (07:33 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 23 Apr 2022 06:33:04 +0000 (07:33 +0100)
cookbooks/otrs/recipes/default.rb

index 4cd24ada6650faa30f3f1c94afdd525d4c817afe..34adf2dd0a8a976d66bed4a4160aade7355abde4 100644 (file)
@@ -115,10 +115,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_home true
-  no_new_privileges true
+  read_write_paths "/var/log/exim4"
 end
 
 service "otrs" do