summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-sandbox_policy_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-sandbox_policy_features.cc')
-rw-r--r--devel/electron33/files/patch-sandbox_policy_features.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/electron33/files/patch-sandbox_policy_features.cc b/devel/electron33/files/patch-sandbox_policy_features.cc
deleted file mode 100644
index 75803cdc6ec9..000000000000
--- a/devel/electron33/files/patch-sandbox_policy_features.cc
+++ /dev/null
@@ -1,23 +0,0 @@
---- sandbox/policy/features.cc.orig 2024-10-16 21:31:37 UTC
-+++ sandbox/policy/features.cc
-@@ -20,7 +20,11 @@ BASE_FEATURE(kNetworkServiceSandbox,
- // (Only causes an effect when feature kNetworkServiceInProcess is disabled.)
- BASE_FEATURE(kNetworkServiceSandbox,
- "NetworkServiceSandbox",
-+#if BUILDFLAG(IS_BSD)
-+ base::FEATURE_ENABLED_BY_DEFAULT);
-+#else
- base::FEATURE_DISABLED_BY_DEFAULT);
-+#endif
-
- #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
- // Enables a fine-grained seccomp-BPF syscall filter for the network service.
-@@ -134,7 +138,7 @@ BASE_FEATURE(kSpectreVariant2Mitigation,
- base::FEATURE_ENABLED_BY_DEFAULT);
- #endif // BUILDFLAG(IS_CHROMEOS_ASH)
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // Enabling the kNetworkServiceSandbox feature automatically enables Spectre
- // variant 2 mitigations in the network service. This can lead to performance
- // regressions, so enabling this feature will turn off the Spectre Variant 2