Closed
Bug 1275786
Opened 8 years ago
Closed 8 years ago
Seccomp sandbox violation: sys_listen called in content process of Firefox desktop
Categories
(Core :: Security: Process Sandboxing, defect)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: tedd, Assigned: tedd)
References
Details
(Whiteboard: sblc1)
Attachments
(1 file)
923 bytes,
patch
|
jld
:
review+
|
Details | Diff | Splinter Review |
Running tests on try with seccomp enabled, hit a seccomp violation by using sys_listen().
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8757322 -
Flags: review?(jld)
Assignee | ||
Comment 2•8 years ago
|
||
For now, in order to get seccomp enabled on nightly, I think we should whitelist this and try to figure out later how we can reduce the system calls for the socket API.
Assignee | ||
Comment 3•8 years ago
|
||
Try push for build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8876665ddd27
Updated•8 years ago
|
Attachment #8757322 -
Flags: review?(jld) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/31b951c44b4c Add sys_listen to seccomp whitelist. r=jld
Keywords: checkin-needed
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/31b951c44b4c
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•