Closed
Bug 1900990
Opened 5 months ago
Closed 5 months ago
Preload avrt.dll before sandbox lowering in content processes.
Categories
(Core :: Security: Process Sandboxing, enhancement, P1)
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
avrt.dll is currently loaded after sandbox lowering for audio processing.
Using a USER_RESTRICTED access token level will prevent this load, so we will load it prior to lowering the sandbox.
Updated•5 months ago
|
Severity: -- → S3
Assignee | ||
Comment 1•5 months ago
|
||
This will fail with USER_RESTRICTED access token and is required for audio
processing.
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a9677ef112c3
Preload avrt.dll before sandbox lowering in content processes. r=handyman
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•