Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 6 replies, 0 views
Thanks for the suggestion on the temporary exception entitlements! I tried to add the following entry into the network extension's entitlements file:
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/Library/Application Support</string>
</array>
But I still couldn't read or write to the directory from the network extension process. This is the error I got:
mkdir /Users/<user_name>/Library/Application Support/Crash/: Operation not permitted (1)