You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably related to issue #95. We indeed need to test if some folder are accessible and then have the security prompt of macOS so you can allow those folders.
I have reproduced this by adding Pictures as a shared folder. And it seems to be manually fixable by adding it to Full Disk Access in Privacy.
Select the syncthing project in the lift on the left and choose Signing and Capabilities in the view on the right
Click the + next to Capability
Choose App Sandbox and double click it to add
In the App Sandbox area that appears, go to File Access and make the Pictures Folder Read/Write. You probably want to enable other types too so things like movies and music can be synced.
This will add a Syncthing.entitlements file to the project that needs to be checked in too.
Confirmed that explicitly adding Syncthing to "Full Disk Access" addresses the issue. Thanks for pointing this out!
Including the Photos library entitlement as described above would both simplify the process for the user (they'd get an approval dialog) and would allow the user to grant lesser privileges.
SyncThing does not assert the Photos entitlement which ultimately means that a user cannot set up anything under {user}\Pictures as a syncable folder.
Resilio had a similar issue which was discussed here: https://forum.resilio.com/topic/72105-resilio-sync-for-mac-doesnt-have-entitlements/
When that entitlement is present, the user will see a security prompt allowing them to approve the app's access.
Possible to add to SyncThing?
The text was updated successfully, but these errors were encountered: