Security/ProcessIsolation: Difference between revisions

(New page: = Process Isolation = Process isolation is designed to separate Firefox into multiple processes, each with the least amount of privilege necessary. In doing so, the potential damage for ...)
 
Line 11: Line 11:
* Put together a team of people willing to put in a sustained effort on process isolation (6+ month timeframe)
* Put together a team of people willing to put in a sustained effort on process isolation (6+ month timeframe)
* Identify broad sets of vulnerabilities that might be mitigated by process isolation (high level threat model)
* Identify broad sets of vulnerabilities that might be mitigated by process isolation (high level threat model)
* Identify several potential architectures.  A few that come to mind, there may be more:
* Identify several potential architectures.  A few that come to mind, there will be more:
** Isolate entire Firefox process into low rights mode (sensitive I/O virtualized or brokered).  Protects system from browser vulns but does not provide stability or inter-domain security.
** Isolate entire Firefox process into low rights mode (sensitive I/O virtualized or brokered).  Protects system from browser vulns but does not provide stability or inter-domain security.
** Isolate Firefox into multiple processes (process per tab or process per top-level).  Provides system protection, and stability benefits, but minimal inter-domain protections.
** Isolate Firefox into multiple processes (process per tab or process per top-level).  Provides system protection, and stability benefits, but minimal inter-domain protections.
Confirmed users
717

edits