helloSystem / helloSystem/LinuxRuntime
Make the Chrome sandbox work
Aperta
- Lingua principale
- Shell
- Stelle
- 6
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.