Closed
Bug 1816559
Opened 3 years ago
Closed 3 years ago
Enable screen recording when GPU sandbox filesystem blocking is active
Categories
(Core :: Security: Process Sandboxing, defect, P1)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: cmartin, Assigned: cmartin)
References
Details
Attachments
(2 files)
In Bug 1811991, screen recording was broken causing tests based on BrowserTime to fail.
Screen recording currently relies on the GPU process being able to write to arbitrary files in the filesystem with the recorded frames. This is not allowed when the GPU sandbox is in full force, so we will have to find a workaround.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → cmartin
Status: NEW → ASSIGNED
Updated•3 years ago
|
Severity: -- → S2
Priority: -- → P1
Comment 1•3 years ago
|
||
Marking S2 because this is a security feature clashing with our automation, so we really want to fix this.
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D170513
Updated•3 years ago
|
Attachment #9319031 -
Attachment description: Bug 1816559 - Add ability to encode gfx surface as a vector-of-bytes → Bug 1816559 - Add ability to encode gfx surface as stream or bytes
Pushed by cmartin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e48d121f1953
Add ability to encode gfx surface as stream or bytes r=mstange
https://hg.mozilla.org/integration/autoland/rev/f3c26b480a7e
Remote compositor recording from GPU process r=mstange
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e48d121f1953
https://hg.mozilla.org/mozilla-central/rev/f3c26b480a7e
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•