Closed
Bug 980947
Opened 11 years ago
Closed 8 years ago
Using OMXCodec to record a video calls open which conflicts with sandbox
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: arroway, Unassigned)
References
Details
(Whiteboard: sb+)
Attachments
(1 file)
3.69 KB,
text/plain
|
Details |
Starting to record a video makes use of MPEG4Writer and OMXCodec (frameworks/base/media/libstagefright/OMXCodec.cppframeworks/base/media/libstagefright/OMXCodec.cpp).
This codec library uses a function ashmem_create_region which makes a call to open /dev/ashmem/ O_RDWR.
See system/core/libcutils/ashmem-dev.c:47
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
Blocks: 1121295
Comment 3•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
No longer blocks: 930258
Comment 4•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
•