From 6cf62aec11696aa4c8f2155ffbce20af507e0ec3 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Wed, 8 Apr 2020 18:12:50 +0200 Subject: [PATCH] (fix) packweb-apache : phpContainer can be run by anyone, set the chmod accordingly to 0755 --- packweb-apache/tasks/multiphp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packweb-apache/tasks/multiphp.yml b/packweb-apache/tasks/multiphp.yml index 9d290450..01f0b130 100644 --- a/packweb-apache/tasks/multiphp.yml +++ b/packweb-apache/tasks/multiphp.yml @@ -13,7 +13,7 @@ copy: src: phpContainer dest: /usr/local/bin/phpContainer - mode: 0700 + mode: 0755 # - name: Copy php shim to call phpContainer when the user is a web user # copy: