Closed
Bug 1506198
Opened 7 years ago
Closed 1 year ago
Re-investigate per-content process tempdirs
Categories
(Core :: Security: Process Sandboxing, enhancement, P2)
Tracking
()
RESOLVED
FIXED
132 Branch
People
(Reporter: gcp, Assigned: gerard-majax)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently use a shared temporary directory, shared by all content processes.
After Fission, we want origins (sites?) to not be able to influence each other. So we should either:
a) Make this directory per-content-process.
b) Remove tempdir access entirely. This may be possible after WebGL and more font remoting.
| Reporter | ||
Updated•7 years ago
|
Blocks: fission-site-sandbox
Updated•6 years ago
|
Priority: -- → P2
| Reporter | ||
Updated•6 years ago
|
Assignee: nobody → gpascutto
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 1•1 year ago
|
||
Currently this is only an issue on Linux as the content temp dir was removed for other platforms: https://bugzilla.mozilla.org/show_bug.cgi?id=1772089
| Reporter | ||
Comment 2•1 year ago
|
||
I can confirm that on current Ubuntu, there doesn't seem to be anything that needs to write to the content tmpdir any more.
| Assignee | ||
Updated•1 year ago
|
Assignee: gpascutto → lissyx+mozillians
| Assignee | ||
Comment 3•1 year ago
|
||
| Reporter | ||
Comment 4•1 year ago
|
||
At least some WebGL tests fail on Wayland, because they're trying to use EGL from content and crash when the tempdir isn't there for caches. They shouldn't do that :P
| Assignee | ||
Comment 5•1 year ago
|
||
Now that bug 1750820 landed, the try is better: https://treeherder.mozilla.org/jobs?repo=try&revision=440ab7a6ad71c8b2bed97f418678632b45f5cb57
We have a bunch of failures on a sandbox test that was verifying this feature, so this is expected, I left it to make sure.
Updated•1 year ago
|
Attachment #9421208 -
Attachment description: WIP: Bug 1506198 - Remove content temp dir → Bug 1506198 - Remove content temp dir r?jld!
Updated•1 year ago
|
Attachment #9421208 -
Attachment description: Bug 1506198 - Remove content temp dir r?jld! → Bug 1506198 - Remove content temp dir r?gcp!
Pushed by alissy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b38b6b47c602
Remove content temp dir r=gcp
Comment 7•1 year ago
|
||
Flags: needinfo?(lissyx+mozillians)
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(lissyx+mozillians)
Pushed by alissy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e6478cf6aa10
Remove content temp dir r=gcp
Comment 9•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•