]> git.openstreetmap.org Git - chef.git/commitdiff
otrs: allow home directory access
authorGrant Slater <github@firefishy.com>
Wed, 15 May 2024 19:09:23 +0000 (20:09 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 15 May 2024 19:09:23 +0000 (20:09 +0100)
cookbooks/otrs/recipes/debian.rb

index fac61b6f8859a544c58f7d90b311b9da14ff388b..a51af6ba0076cf1ae9e4b61fd647391235fdcd6d 100644 (file)
@@ -98,7 +98,7 @@ systemd_service "otrs" do
   exec_start "/usr/share/otrs/bin/otrs.Daemon.pl start"
   private_tmp true
   protect_system "strict"
-  protect_home true
+  protect_home "read-only"
   runtime_directory "otrs"
   runtime_directory_mode 0o770
   runtime_directory_preserve true