[Bug 56724] New: New chromium versions don't start under wine anymore
https://bugs.winehq.org/show_bug.cgi?id=56724 Bug ID: 56724 Summary: New chromium versions don't start under wine anymore Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: dark.shadow4(a)web.de Distribution: --- This affects both chromium 32bit and 64bit. The change got introduced between https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht... and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht... Will investigate the following days. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://commondatastorage.g | |oogleapis.com/chromium-brow | |ser-snapshots/index.html?pr | |efix=Win_x64/1255416/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Bisected chromium, result is 9b542dc0a844f6215c2c3f7f38d025b0623cc713 Enable Network Service Sandbox on Windows -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 --- Comment #2 from Fabian Maurer <dark.shadow4(a)web.de> --- Problem is
content/browser/utility_sandbox_delegate_win.cc:UtilitySandboxedProcessLauncherDelegate::DisableDefaultPolicy returns true in case sandbox::mojom::Sandbox::kNetwork It's called by sandbox/policy/win/sandbox_win.cc:GenerateConfigForSandboxedProcess it now doesn't call AddDefaultConfigForSandboxedProcess, which breaks things under wine Reason is "config->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);" not being called Then sandbox/win/src/sandbox_policy_base.cc:AddAppContainerProfile Doesn't "return SBOX_ERROR_BAD_PARAMS;" and the function continues It calls sandbox/win/src/app_container_base.cc:AppContainerBase::CreateProfile Which calls CreateAppContainerProfile, which is missing in Wine.
MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/5725 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4537dbdcd503406fb0238e08f2c | |8e8fc8ee0097c Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/4537dbdcd503406fb0238e08f2c8e8f... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56724 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 9.10. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla