Closed
Bug 932104
Opened 11 years ago
Closed 11 years ago
Fix mochitests/reftests/... for b2g content process sandboxing
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jld, Assigned: jld)
References
Details
I tried running mochitests against the b2g emulator with seccomp-bpf sandboxing enabled. It died because of bug 922775, where UserAgentUpdates does file I/O directly from the child process (using FileUtils, which helpfully mkdir(2)s the containing directory even if you were only going to read from the file). There likely exist more issues than that.
Assignee | ||
Updated•11 years ago
|
Blocks: b2g-seccomp, 1.4-seccomp
Assignee | ||
Updated•11 years ago
|
Whiteboard: [c= p= s= u= ]
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Whiteboard: [c= p= s= u= ]
No longer blocks: b2g-seccomp
Assignee | ||
Comment 1•11 years ago
|
||
Looks like we're finally done here.
Relevant try run: https://tbpl.mozilla.org/?tree=Try&rev=04fa8cbebd69 (base rev is from m-i after the latest patches landed there, and has passed all tbpl tests unsandboxed)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•