You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 thatcc @trasz
Reference:
https://wiki.freebsd.org/LinuxApps
The text was updated successfully, but these errors were encountered: