I have been having problems on Arch with the hardened kernel and bubblewrap.
I created a post a while back and the solution was to install bubblewrap-suid, which I did. But when I install and attempt to run some applications that (I believe) require something called chrome-sandbox, I get an error like this:
[123456:1234/123456.123456: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 /something/chrome-sandbox is owned by root and has mode 4755.
"something" is usually /tmp/ or /opt/. I was able to successfully workaround this by doing as instructed for some apps, but other apps (where the file is in /tmp/), there is no file in the specified location to set the necessary permissions. In any case, this would be a workaround. How do I fix this problem?