summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_policy_features.cc
blob: ffabad02602a29170f4738f8a63ecaf05142bdd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- sandbox/policy/features.cc.orig	2023-05-31 08:12:17 UTC
+++ sandbox/policy/features.cc
@@ -15,7 +15,11 @@ namespace sandbox::policy::features {
 // (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.