1 --- src/3rdparty/chromium/base/process/launch.cc.orig 2021-12-15 16:12:54 UTC 2 +++ src/3rdparty/chromium/base/process/launch.cc 3 @@ -15,7 +15,7 @@ LaunchOptions LaunchOptionsForTest() { 4 5 LaunchOptions LaunchOptionsForTest() { 6 LaunchOptions options; 7 -#if defined(OS_LINUX) || defined(OS_CHROMEOS) 8 +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) 9 // To prevent accidental privilege sharing to an untrusted child, processes 10 // are started with PR_SET_NO_NEW_PRIVS. Do not set that here, since this 11 // new child will be used for testing only. 12