Closed
Bug 1286852
Opened 9 years ago
Closed 9 years ago
Seccomp sandbox violation: sys_munlock called in content process of Firefox desktop
Categories
(Core :: Security: Process Sandboxing, defect)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: tedd, Assigned: tedd)
References
Details
(Whiteboard: sblc1)
Crash Data
Attachments
(1 file)
|
807 bytes,
patch
|
gcp
:
review+
|
Details | Diff | Splinter Review |
Crash reports show that sys_munlock is called in the content process:
https://crash-stats.mozilla.com/search/?product=Firefox&reason=~SIGSYS&address=0x96&_sort=-date&_facets=cpu_arch&_facets=address&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
This is the counter part to Bug 1285771
Updated•9 years ago
|
Whiteboard: sblc1
Updated•9 years ago
|
Crash Signature: [@ libc-2.19.so@0xe22f7 ]
| Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → julian.r.hector
Status: NEW → ASSIGNED
Attachment #8771455 -
Flags: review?(gpascutto)
Updated•9 years ago
|
Attachment #8771455 -
Flags: review?(gpascutto) → review+
Comment 4•9 years ago
|
||
has problems to apply:
applying munlock.patch
patching file security/sandbox/linux/SandboxFilter.cpp
Hunk #1 FAILED at 640
1 out of 1 hunks FAILED -- saving rejects to file security/sandbox/linux/SandboxFilter.cpp.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh munlock.patch
Flags: needinfo?(julian.r.hector)
Keywords: checkin-needed
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/59d21113b4619c117c178b86ec8c7fd5d7fb5807
Bug 1286852 - Add sys_munlock to seccomp whitelist. r=gcp
Updated•9 years ago
|
Flags: needinfo?(julian.r.hector)
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•