summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch
blob: 55ddd5340689ab8c7533d64926d959304f074467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Remove the "--disable-setuid-sandbox" command line flag as a bad flag

--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig
+++ chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -61,7 +61,6 @@ static const char* kBadFlags[] = {
     // These flags disable sandbox-related security.
     sandbox::policy::switches::kDisableGpuSandbox,
     sandbox::policy::switches::kDisableSeccompFilterSandbox,
-    sandbox::policy::switches::kDisableSetuidSandbox,
     sandbox::policy::switches::kNoSandbox,
 #if defined(OS_WIN)
     sandbox::policy::switches::kAllowThirdPartyModules,