Comment Re:Privilege separation, anyone? (Score 2, Informative) 261
- flash can read any libs or binaries (for these raw graphic ops, I presume) from fs as needed.
- flash can't access sensitive data in
- flash can't write to
- it can write to it's own "home" and access network as it pleases, although it will die along with a browser tab (cgroup gets killed, and flash can't escape it via forks).
I don't know much about what files flash accesses on local fs, but it certainly doesn't need write access anywhere but $HOME on unixes (works fine w/o it as it is), and I doubt it ever accesses ~/.mozilla (or ~/.opera, ~/.chrome, whatever) directly - these are subject to a constant change and shouldn't be necessary for the plugin which has direct interface to a working browser (whatever one it is). What am I missing here?