Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to launch on ubuntu 24.04 #137

Open
revolverocelot11 opened this issue Oct 18, 2024 · 1 comment
Open

Fails to launch on ubuntu 24.04 #137

revolverocelot11 opened this issue Oct 18, 2024 · 1 comment

Comments

@revolverocelot11
Copy link

I'm having an issue getting it to launch on ubuntu 24.04. The error given is as below:

[11996:11996:1018/164222.497339:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather tahn run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_browse6KFdse/opt/browservice/chrome-sandbox is owned by root and has mode 4755. /tmp/.mount_browse6KFdse/AppRun: line 128: 11996 Trace/breakpoint trap (core dumped) ( exec -a "${ARGV0}" "${ROOT}/opt/browservice/browservice" "$@" )

@ttalvitie
Copy link
Owner

This appears to be a known issue with Chromium, discussed e.g. in

It appears that you can work around the issue by modifying a kernel parameter, e.g. by running the following command before running Browservice:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants