I'm getting the following error:
[7833:0611/110233.040159:FATAL:setuid_sandbox_host.cc(157)] 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/redisinsight/chrome-sandbox is owned by root and has mode 4755.
You need to add something like this in package()
:
chmod 4755 "${pkgdir}/opt/${pkgname}/chrome-sandbox"
Pinned Comments