From 18131b23c3379c9bd43356bfa559f3ea7fc92685 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 23 Apr 2022 07:33:04 +0100 Subject: [PATCH] Adjust sandbox for otrs service --- cookbooks/otrs/recipes/default.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 4cd24ada6..34adf2dd0 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -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 -- 2.39.5