summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_policy_switches.h
blob: 3c7d2f4b4f4379352f694af75d8e1f2ff8ec9c60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- sandbox/policy/switches.h.orig	2022-02-07 13:39:41 UTC
+++ sandbox/policy/switches.h
@@ -70,7 +70,8 @@ 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)
+SANDBOX_POLICY_EXPORT extern const char kDisableUnveil[];
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 SANDBOX_POLICY_EXPORT extern const char kNoZygoteSandbox[];
 #endif
 #if defined(OS_WIN)