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

Make the Chrome sandbox work #1

Open
probonopd opened this issue Dec 11, 2021 · 1 comment
Open

Make the Chrome sandbox work #1

probonopd opened this issue Dec 11, 2021 · 1 comment

Comments

@probonopd
Copy link
Member

probonopd commented Dec 11, 2021

On Debian it needs sysctl -w kernel.unprivileged_userns_clone=1 but on FreeBSD we get /proc/sys/kernel/unprivileged_userns_clone: No such file or directory.

Workaround:
Launch Chromium/Electron based applications with --no-sandbox --no-zygote --test-type --v=0 "$@". Which is not ideal because a) it disables the sandbox b) it shows a warning message in some application GUIs, confusing users c) many existing AppImages don't come like that

cc @trasz

Reference:
https://wiki.freebsd.org/LinuxApps

@probonopd
Copy link
Member Author

E.g., LBRY:

image

image

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

1 participant