$OpenBSD: patch-chrome_browser_platform_util_linux_cc,v 1.5 2019/09/23 07:18:04 robert Exp $
Index: chrome/browser/platform_util_linux.cc
--- chrome/browser/platform_util_linux.cc.orig
+++ chrome/browser/platform_util_linux.cc
@@ -38,7 +38,9 @@ void RunCommand(const std::string& command,
 
   base::LaunchOptions options;
   options.current_directory = working_directory;
+#if !defined(OS_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
