Closed
Bug 980937
Opened 11 years ago
Closed 8 years ago
When using the camera, call to open() when instanciating a BpMemoryHeap conflicts with sandbox
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: arroway, Unassigned)
References
Details
(Whiteboard: sb+)
Attachments
(3 files)
When using the camera, a BpMemoryHeap is instanciated in frameworks/base/libs/binder/IMemory.cpp:241 which opens /dev/ion O_RDONLY:
* when taking a picture and creating an Audio track (frameworks/base/media/libmedia/AudioTrack.cpp:966)
* when taking a picture is completed (/gecko/dom/camera/GonkCameraHwMgr.cpp:74)
* when starting to record audio for a video (frameworks/base/media/libmedia/AudioRecord.cpp:545)
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
Blocks: 1121295
Comment 5•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
No longer blocks: 930258
Comment 6•10 years ago
|
||
Move process sandboxing bugs to their new, separate component.
(Sorry for the bugspam; filter on 3c21328c-8cfb-4819-9d88-f6e965067350.)
Component: Security → Security: Process Sandboxing
![]() |
||
Updated•9 years ago
|
Whiteboard: sb+
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•