$NetBSD: patch-src_3rdparty_chromium_base_process_launch.cc,v 1.2 2022/04/18 11:18:18 adam Exp $ --- src/3rdparty/chromium/base/process/launch.cc.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/base/process/launch.cc @@ -15,7 +15,7 @@ LaunchOptions::~LaunchOptions() = defaul LaunchOptions LaunchOptionsForTest() { LaunchOptions options; -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) // To prevent accidental privilege sharing to an untrusted child, processes // are started with PR_SET_NO_NEW_PRIVS. Do not set that here, since this // new child will be used for testing only.