Security/Sandbox/2015-05-07

From MozillaWiki
Jump to: navigation, search


« previous week | index | next week »

Windows

  • Content Sandboxing
    • bug 1158773 - Printing breaks with sandbox and UAC turned off - landed
    • bug 1162327 - MozTemp is not deleted - not looked at this yet.
  • NPAPI Sandboxing
    • Waiting for Win64 decision.
  • Other Windows Work
    • bug 1146874 - broker process crashes when sandboxed child process fails to start properly. - Working on patches. Fixed problem in sandboxBroker.cpp and then ContentParent, so it no longer crashes. We probably need to decide how we handle this for e10s. GMP seems to be more resilient once the sandboxBroker bug is fixed, but I get a shutdown hang. Need to test EME.
    • Related to above bugs 1139497 and 1153824 are to do with AV and other things conflicting with the sandbox and cause the child process launch to fail.


Linux/B2G

  • Other Linux/B2G Work
    • bug 1055310 continues. Now includes conversion of signal handling and trap handler refactoring.

Cross Platform

  • WebRTC/OpenH264 Sandboxing
    • gcp: Debugging try failures, appear to be caused by callbacks after API has been torn down. Trying to trace if this is an existing failure we've just exposed.