$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- chrome/browser/platform_util_linux.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ chrome/browser/platform_util_linux.cc @@ -222,7 +222,9 @@ void OnLaunchOptionsCreated(const std::s argv.push_back(command); argv.push_back(arg); options.current_directory = working_directory; +#if !BUILDFLAG(IS_BSD) options.allow_new_privs = true; +#endif // xdg-open can fall back on mailcap which eventually might plumb through // to a command that needs a terminal. Set the environment variable telling // it that we definitely don't have a terminal available and that it should