1 --- sandbox/policy/features.cc.orig 2022-04-21 18:48:31 UTC 2 +++ sandbox/policy/features.cc 3 @@ -14,7 +14,11 @@ namespace sandbox::policy::features { 4 // Enables network service sandbox. 5 // (Only causes an effect when feature kNetworkService is enabled.) 6 const base::Feature kNetworkServiceSandbox{"NetworkServiceSandbox", 7 +#if BUILDFLAG(IS_BSD) 8 + base::FEATURE_ENABLED_BY_DEFAULT}; 9 +#else 10 base::FEATURE_DISABLED_BY_DEFAULT}; 11 +#endif 12 #endif // !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_FUCHSIA) 13 14 #if BUILDFLAG(IS_WIN) 15