summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-sandbox_policy_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-sandbox_policy_features.cc')
-rw-r--r--www/iridium/files/patch-sandbox_policy_features.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-sandbox_policy_features.cc b/www/iridium/files/patch-sandbox_policy_features.cc
index 600c63d80cab..5f2525789e8a 100644
--- a/www/iridium/files/patch-sandbox_policy_features.cc
+++ b/www/iridium/files/patch-sandbox_policy_features.cc
@@ -1,7 +1,7 @@
---- sandbox/policy/features.cc.orig 2022-12-06 08:09:13 UTC
+--- sandbox/policy/features.cc.orig 2023-07-24 14:27:53 UTC
+++ sandbox/policy/features.cc
@@ -15,7 +15,11 @@ namespace sandbox::policy::features {
- // (Only causes an effect when feature kNetworkService is enabled.)
+ // (Only causes an effect when feature kNetworkServiceInProcess is disabled.)
BASE_FEATURE(kNetworkServiceSandbox,
"NetworkServiceSandbox",
+#if BUILDFLAG(IS_BSD)
@@ -9,6 +9,6 @@
+#else
base::FEATURE_DISABLED_BY_DEFAULT);
+#endif
- #endif // !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_FUCHSIA)
- #if BUILDFLAG(IS_WIN)
+ #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+ // Enables a fine-grained seccomp-BPF syscall filter for the network service.