From 74fc7a2d5ebc7c6081aae754a53f1bda57564dc8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 26 Sep 2019 16:19:01 -0300 Subject: Provision: messenger: need to suid Signal's chrome-sandbox manually --- share/provision/messenger | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/provision/messenger b/share/provision/messenger index 8b1c105..505e1f3 100755 --- a/share/provision/messenger +++ b/share/provision/messenger @@ -40,6 +40,11 @@ echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sud # Install Signal sudo apt update && $APT_INSTALL signal-desktop +# The SUID sandbox helper binary was found, but is not configured correctly. +# Rather than run without sandboxing I'm aborting now. +# You need to make sure that /opt/Signal/chrome-sandbox is owned by root and has mode 4755. +sudo chmod 4755 /opt/Signal/chrome-sandbox + # Install Ricochet $APT_INSTALL ricochet -- cgit v1.2.3