helloSystem / helloSystem/LinuxRuntime

Make the Chrome sandbox work

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.