From: Silvio Rhatto Date: Thu, 26 Sep 2019 19:19:01 +0000 (-0300) Subject: Provision: messenger: need to suid Signal's chrome-sandbox manually X-Git-Tag: 0.1.0~121 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=74fc7a2d5ebc7c6081aae754a53f1bda57564dc8;p=kvmx.git Provision: messenger: need to suid Signal's chrome-sandbox manually --- 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