summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_policy_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-sandbox_policy_switches.h')
-rw-r--r--www/chromium/files/patch-sandbox_policy_switches.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-sandbox_policy_switches.h b/www/chromium/files/patch-sandbox_policy_switches.h
index 3c7d2f4b4f43..dc91e6fc6604 100644
--- a/www/chromium/files/patch-sandbox_policy_switches.h
+++ b/www/chromium/files/patch-sandbox_policy_switches.h
@@ -1,12 +1,12 @@
---- sandbox/policy/switches.h.orig 2022-02-07 13:39:41 UTC
+--- sandbox/policy/switches.h.orig 2022-02-28 16:54:41 UTC
+++ sandbox/policy/switches.h
-@@ -70,7 +70,8 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid
+@@ -71,7 +71,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)
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+SANDBOX_POLICY_EXPORT extern const char kDisableUnveil[];
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
SANDBOX_POLICY_EXPORT extern const char kNoZygoteSandbox[];
#endif
- #if defined(OS_WIN)
+ #if BUILDFLAG(IS_WIN)