Skip to content

Make the Chrome sandbox work #1

@probonopd

Description

@probonopd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions