diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-sandbox_policy_switches_h')
| -rw-r--r-- | www/chromium-uc/patches/patch-sandbox_policy_switches_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-sandbox_policy_switches_h b/www/chromium-uc/patches/patch-sandbox_policy_switches_h new file mode 100644 index 0000000..6cdde79 --- /dev/null +++ b/www/chromium-uc/patches/patch-sandbox_policy_switches_h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | $OpenBSD: patch-sandbox_policy_switches_h,v 1.8 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: sandbox/policy/switches.h | ||
| 4 | --- sandbox/policy/switches.h.orig | ||
| 5 | +++ sandbox/policy/switches.h | ||
| 6 | @@ -68,7 +68,8 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid | ||
| 7 | SANDBOX_POLICY_EXPORT extern const char kGpuSandboxAllowSysVShm[]; | ||
| 8 | SANDBOX_POLICY_EXPORT extern const char kGpuSandboxFailuresFatal[]; | ||
| 9 | SANDBOX_POLICY_EXPORT extern const char kNoSandbox[]; | ||
| 10 | -#if defined(OS_LINUX) || defined(OS_CHROMEOS) | ||
| 11 | +SANDBOX_POLICY_EXPORT extern const char kDisableUnveil[]; | ||
| 12 | +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) | ||
| 13 | SANDBOX_POLICY_EXPORT extern const char kNoZygoteSandbox[]; | ||
| 14 | #endif | ||
| 15 | #if defined(OS_WIN) | ||
