--- services/shape_detection/shape_detection_sandbox_hook.cc.orig 2025-08-26 20:49:50 UTC +++ services/shape_detection/shape_detection_sandbox_hook.cc @@ -31,8 +31,10 @@ bool ShapeDetectionPreSandboxHook( DVLOG(1) << "Successfully opened Chrome Shape Detection shared library."; } #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) +#if !BUILDFLAG(IS_BSD) auto* instance = sandbox::policy::SandboxLinux::GetInstance(); instance->EngageNamespaceSandboxIfPossible(); +#endif return true; }