diff options
Diffstat (limited to 'www/chromium/files/patch-sandbox_policy_switches.h')
-rw-r--r-- | www/chromium/files/patch-sandbox_policy_switches.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-sandbox_policy_switches.h b/www/chromium/files/patch-sandbox_policy_switches.h new file mode 100644 index 000000000000..6470be393f73 --- /dev/null +++ b/www/chromium/files/patch-sandbox_policy_switches.h @@ -0,0 +1,11 @@ +--- sandbox/policy/switches.h.orig 2020-11-13 06:36:46 UTC ++++ sandbox/policy/switches.h +@@ -53,7 +53,7 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid + SANDBOX_POLICY_EXPORT extern const char kGpuSandboxAllowSysVShm[]; + SANDBOX_POLICY_EXPORT extern const char kGpuSandboxFailuresFatal[]; + SANDBOX_POLICY_EXPORT extern const char kNoSandbox[]; +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) + SANDBOX_POLICY_EXPORT extern const char kNoZygoteSandbox[]; + #endif + #if defined(OS_WIN) |