[Libreoffice-bugs] [Bug 129539] LibreOffice Vanilla does not start - possibly sandbox violation on MacOS
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 26 22:50:17 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=129539
--- Comment #6 from Joe Siponen <joe.siponen at gmail.com> ---
One of the errors in the logs was "Sandbox: soffice(971) deny(1)
ipc-posix-shm-write-create com.apple.AppleDatabaseChanged" indicating some
issue with shared memory and interprocess communication. Does the app have the
required entitlements to use IPC? I am certainly not an expert wrt entitlements
in MacOS.
However, I cannot then explain that everything was working OK for you...
The apps entitlements are:
$ codesign -d --entitlements :- /Applications/LibreOffice\ Vanilla.app/
Executable=/Applications/LibreOffice Vanilla.app/Contents/MacOS/soffice
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.files.bookmarks.app-scope</key>
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
<key>com.apple.security.files.bookmarks.document-scope</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.bookmarks.collection-scope</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.print</key>
<true/>
</dict>
</plist>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191226/ef4cc462/attachment.htm>
More information about the Libreoffice-bugs
mailing list