aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_platform__util__linux.cc
blob: cd478994c7af6cbdbc1700aaa646c48bf3c9eb53 (plain) (tree)
1
2
3
4
5
6
7
                                                                       
                                         


                                                                          
                                                 
                       




                                                                               
--- chrome/browser/platform_util_linux.cc.orig	2024-04-19 13:02:56 UTC
+++ chrome/browser/platform_util_linux.cc
@@ -300,7 +300,9 @@ void OnLaunchOptionsCreated(const std::string& command
   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