Closed
Bug 1080567
Opened 9 years ago
Closed 9 years ago
Reduce the noise from the warn only sandbox by not reporting NAME_NOT_FOUND errors.
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
5.21 KB,
patch
|
TimAbraldes
:
review+
|
Details | Diff | Splinter Review |
Currently the warn only sandbox reports lots of registry errors, which are actually NAME_NOT_FOUND errors. These are sent to the broker process, but are never going to succeed. We should filter out these types of errors, because they are not really sandboxing issues.
Assignee | ||
Comment 1•9 years ago
|
||
I did consider just returning for name not found, but slightly concerned about changing the Chromium behaviour. Should be safe to ignore them for logging purposes though.
Attachment #8504080 -
Flags: review?(tabraldes)
Updated•9 years ago
|
Attachment #8504080 -
Flags: review?(tabraldes) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8d0aca89e1b2 Thanks Tim.
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8d0aca89e1b2
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•