1 --- src/3rdparty/chromium/sandbox/policy/switches.cc.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/sandbox/policy/switches.cc
3 @@ -38,7 +38,9 @@ const char kNoSandbox[] = "no-sandbox";
4  // Meant to be used as a browser-level switch for testing purposes only.
5  const char kNoSandbox[] = "no-sandbox";
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +const char kDisableUnveil[] = "disable-unveil";
9 +
10 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
11  // Instructs the zygote to launch without a sandbox. Processes forked from this
12  // type of zygote will apply their own custom sandboxes later.
13  const char kNoZygoteSandbox[] = "no-zygote-sandbox";
14