https://bugs.documentfoundation.org/show_bug.cgi?id=115206
--- Comment #18 from Tor Lillqvist <[email protected]> ---
In fact, I would be a bit surprised if the LO's own file picker even works in a
sandboxed process like LibreOffice Vanilla. Ideally the option and the code
should be removed altogether from a sandboxed macOS build.
After all, the very point of sandboxing is that the process's own code (include
the own "file picker") is not be allowed to even look at random locations in
the file system. The system file open/save dialog uses a separate process
outside the sandbox as a helper to do it, and the sandboxed process
communicates with that helper. See
https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW17
for instance.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs