Closed
Bug 1144514
Opened 10 years ago
Closed 10 years ago
[gonk-lmr1] Whitelist pread64
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
People
(Reporter: m1, Assigned: jld)
References
Details
(Whiteboard: [caf priority: p2][CR 810045])
Attachments
(1 file)
905 bytes,
patch
|
kang
:
review+
bajaj
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
The bionic linker uses pread64() [1] instead of read() [2] in L MR 1. security/sandbox/linux/SandboxFilter.cpp needs to be updated to whitelist pread64() so the homescreen doesn't get killed.
[1] http://androidxref.com/5.1.0_r1/xref/bionic/linker/linker_phdr.cpp#145
[2] http://androidxref.com/5.0.0_r2/xref/bionic/linker/linker_phdr.cpp#145
Comment 1•10 years ago
|
||
Hi Michael Wu & Shawn Ku,
Please help route this to the appropriate owner.
Thanks,
Mike
Flags: needinfo?(sku)
Flags: needinfo?(mwu)
Comment 2•10 years ago
|
||
Jed, want to take this?
Flags: needinfo?(sku)
Flags: needinfo?(mwu)
Flags: needinfo?(jld)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jld
Flags: needinfo?(jld)
Hardware: x86 → All
Assignee | ||
Updated•10 years ago
|
Component: GonkIntegration → Security: Process Sandboxing
Product: Firefox OS → Core
Updated•10 years ago
|
Whiteboard: [CR 810045]
Updated•10 years ago
|
Whiteboard: [CR 810045] → [caf priority: p2][CR 810045]
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8580203 -
Flags: review?(gdestuynder)
Attachment #8580203 -
Flags: review?(gdestuynder) → review+
Assignee | ||
Comment 4•10 years ago
|
||
blocking-b2g: --- → 2.2?
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Comment on attachment 8580203 [details] [diff] [review]
Patch
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
String or UUID changes made by this patch:
Attachment #8580203 -
Flags: approval-mozilla-b2g37?
Updated•10 years ago
|
status-b2g-v2.2:
--- → affected
Comment 7•10 years ago
|
||
waiting for m-c landing before approving on branch.
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•10 years ago
|
Attachment #8580203 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 10•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•