Closed
Bug 1362537
Opened 9 years ago
Closed 9 years ago
Re-disallow accept4 after bug 1361338 lands
Categories
(Core :: Security: Process Sandboxing, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
(Whiteboard: sb+)
Attachments
(1 file)
Once bug 1361338 lands and only the parent process is registered for accessibility, we should be able to back out bug 1361238 and take away accept4 again.
All things considered it's not the worst system call to have to allow, because the process has to acquire a listening socket from a trusted source in order to use it, but the principle of least privilege applies.
Updated•9 years ago
|
Whiteboard: sb+
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8881552 [details]
Bug 1362537 - Re-disallow accept4 in Linux content processes.
https://reviewboard.mozilla.org/r/152726/#review157846
Attachment #8881552 -
Flags: review?(gpascutto) → review+
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fe9bcd421ff
Re-disallow accept4 in Linux content processes. r=gcp
| Assignee | ||
Comment 4•9 years ago
|
||
For reference, I tested this locally: start orca, start Firefox with GNOME_ACCESSIBILITY=1, load some pages, then `orca -l`.
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•