Open
Bug 1124167
Opened 11 years ago
Updated 3 years ago
Remove process specific logic from GeckoChildProcessHost for the Windows sandboxing.
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
NEW
People
(Reporter: bobowen, Unassigned)
References
Details
(Whiteboard: sb+)
The Windows sandboxing code in GeckoChildProcessHost could do with refactoring, so that we don't have process specific switching / logic.
Updated•10 years ago
|
Whiteboard: sbwc2
Updated•9 years ago
|
Whiteboard: sbwc2 → sb+
Comment 1•4 years ago
|
||
Bob, do you remember what you had in mind and how this could be implemented as of today ? Looking at things that we duplicate, this came up when working on bug 1722051.
Flags: needinfo?(bobowencode)
Updated•4 years ago
|
See Also: → utility-process
| Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #1)
Bob, do you remember what you had in mind and how this could be implemented as of today ? Looking at things that we duplicate, this came up when working on bug 1722051.
Not entirely, it was such a long time ago. :-)
I think it was mainly around the checking of process type, when we already have specialisations for each type.
That was before all the ProcessLauncher refactor, which possibly makes that less relevant / feasible.
Flags: needinfo?(bobowencode)
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•