--- content/browser/utility_process_host.cc.orig 2020-05-13 18:40:31 UTC +++ content/browser/utility_process_host.cc @@ -247,7 +247,7 @@ UtilityProcessHost::UtilityProcessHost() UtilityProcessHost::UtilityProcessHost(std::unique_ptr client) : sandbox_type_(service_manager::SandboxType::kUtility), -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) child_flags_(ChildProcessHost::CHILD_ALLOW_SELF), #else child_flags_(ChildProcessHost::CHILD_NORMAL),