diff options
| author | Shokara Kou <kou@13f0.net> | 2022-06-08 09:01:55 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-06-08 09:01:55 -0400 |
| commit | a0c108527676be8226cbc43e7e17f5bd2672a919 (patch) | |
| tree | 87e8b4f26377ba6acbbdaa4c66e3491c5425f22d /www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch | |
| parent | 45b7fe33fcca66111d3f1bba4b75e5438362dd80 (diff) | |
Revert "update ugc to 100.0.4896.75"
This reverts commit 45b7fe33fcca66111d3f1bba4b75e5438362dd80.
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch index 4ff54f2..55ddd53 100644 --- a/www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch +++ b/www/chromium-uc/patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | # Remove the "--disable-setuid-sandbox" command line flag as a bad flag | 1 | # Remove the "--disable-setuid-sandbox" command line flag as a bad flag |
| 2 | 2 | ||
| 3 | --- a/chrome/browser/ui/startup/bad_flags_prompt.cc | 3 | --- chrome/browser/ui/startup/bad_flags_prompt.cc.orig |
| 4 | +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc | 4 | +++ chrome/browser/ui/startup/bad_flags_prompt.cc |
| 5 | @@ -59,7 +59,6 @@ static const char* kBadFlags[] = { | 5 | @@ -61,7 +61,6 @@ static const char* kBadFlags[] = { |
| 6 | // These flags disable sandbox-related security. | 6 | // These flags disable sandbox-related security. |
| 7 | sandbox::policy::switches::kDisableGpuSandbox, | 7 | sandbox::policy::switches::kDisableGpuSandbox, |
| 8 | sandbox::policy::switches::kDisableSeccompFilterSandbox, | 8 | sandbox::policy::switches::kDisableSeccompFilterSandbox, |
| 9 | - sandbox::policy::switches::kDisableSetuidSandbox, | 9 | - sandbox::policy::switches::kDisableSetuidSandbox, |
| 10 | sandbox::policy::switches::kNoSandbox, | 10 | sandbox::policy::switches::kNoSandbox, |
| 11 | #if BUILDFLAG(IS_WIN) | 11 | #if defined(OS_WIN) |
| 12 | sandbox::policy::switches::kAllowThirdPartyModules, | 12 | sandbox::policy::switches::kAllowThirdPartyModules, |
