Closed Bug 1080567 Opened 10 years ago Closed 10 years ago

Reduce the noise from the warn only sandbox by not reporting NAME_NOT_FOUND errors.

Categories

(Core :: Security, defect)

All
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: bobowen, Assigned: bobowen)

References

Details

Attachments

(1 file)

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.
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)
Attachment #8504080 - Flags: review?(tabraldes) → review+
https://hg.mozilla.org/mozilla-central/rev/8d0aca89e1b2
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in before you can comment on or make changes to this bug.