Sandbox Console Logging in 52.9esr (Mac)

User Help for Mozilla Firefox
Post Reply
User avatar
Mo_D
Posts: 774
Joined: January 4th, 2006, 6:34 pm

Sandbox Console Logging in 52.9esr (Mac)

Post by Mo_D »

Firefox generates a lot of messages in Console relating to sandboxing. It appears a pref was added to toggle logging on/off, but it’s only available in v53 and above, am I interpreting that correctly?

https://bugzilla.mozilla.org/show_bug.cgi?id=1306239
7/6/18 4:42:19.863 PM appleeventsd[56]: <rdar://problem/11489077> A sandboxed application with pid 307, "Firefox Web Content" checked in with appleeventsd, but its code signature could not be validated ( either because it was corrupt, or could not be read by appleeventsd ) and so it cannot receive AppleEvents targeted by name, bundle id, or signature. Error=ERROR: #-67061 { "NSDescription"="SecCodeCheckValidity() returned -67061, <SecCode 0x7fbc23d085b0 [0x7fff76acdf00]>." } (handleMessage()/appleEventsD.cp #2072) client-reqs-q
7/6/18 5:03:58.000 PM kernel[0]: Sandbox: appleeventsd(56) deny file-read-metadata /Library
morat
Posts: 6437
Joined: February 3rd, 2009, 6:29 pm

Re: Sandbox Console Logging in 52.9esr (Mac)

Post by morat »

Yep. The security.sandbox.logging.enabled preference controls the sandbox violation logging.

Firefox ESR 52
http://dxr.mozilla.org/mozilla-esr52/se ... ng.enabled

Firefox ESR 60
http://dxr.mozilla.org/mozilla-esr60/se ... ng.enabled

Test
http://wiki.mozilla.org/Security/Sandbox/Testing/OSX
User avatar
Mo_D
Posts: 774
Joined: January 4th, 2006, 6:34 pm

Re: Sandbox Console Logging in 52.9esr (Mac)

Post by Mo_D »

Thanks, morat.
Post Reply