Open
Bug 1401536
Opened 8 years ago
Updated 3 years ago
Window sandboxed child process launch fails with error codes 18 and 0x000002e4
Categories
(Core :: Security: Process Sandboxing, defect, P3)
Core
Security: Process Sandboxing
Tracking
()
NEW
People
(Reporter: bobowen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: sb+)
Found from SANDBOX_FAILED_LAUNCH_KEYED telemetry.
Chromium sandbox error code is 18 SBOX_ERROR_CREATE_PROCESS, which can only come from [1].
Windows error is 0x000002e4 ERROR_ELEVATION_REQUIRED.
Haven't managed to reproduce artificially, but seems to be some strange interaction with UAC.
We've seen 9 sessions with this on Nightly in the last 8 days, with 4 on two of those days.
It'll be interesting to see how much this occurs on Beta, where my guess is people's UAC settings are more likely to be the default.
[1] http://searchfox.org/mozilla-central/source/security/sandbox/chromium/sandbox/win/src/target_process.cc#134
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•