From 17a017cf3d5b0785112dc10d11f3a73fe0c78cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 20 Aug 2018 12:46:38 +0200 Subject: [PATCH] Set acl access in Coturn config update script --- sources/Coturn_config_rotate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/Coturn_config_rotate.sh b/sources/Coturn_config_rotate.sh index 186e6bc..1112730 100644 --- a/sources/Coturn_config_rotate.sh +++ b/sources/Coturn_config_rotate.sh @@ -25,4 +25,6 @@ fi ynh_replace_string "^external-ip=.*\$" "$external_IP_line" "/etc/matrix-$app_instance/coturn.conf" -exit 0 \ No newline at end of file +setfacl -R -m user:turnserver:rX /etc/matrix-$app + +exit 0