Post

Replies

Boosts

Views

Activity

Comment on NSSavePanel not has the User Selected File Read/Write permission in a sandbox inherit child process
1.Our architecture dictates that we must launch the application using a parent-child process. 2."If your app employs a child process created with either the posix_spawn function or the NSTask class, you can configure the child process to inherit the sandbox of its parent. ".We have correctly inherited the sandbox according to the documentation, but the User Selected File Read/Write permission is missing. We expect the NSSavePanel work fine within the sandboxed child process.
Aug ’23