Added preliminary MacOS permission troubleshooting page.

Taloth Saldono 2020-06-07 18:02:09 +02:00
parent b43078e80e
commit 46aabd5e87
1 changed files with 23 additions and 0 deletions

@ -0,0 +1,23 @@
### MacOS Catalina Permission Issues ###
#### After upgrading to 3.0.3.851 ####
In Sonarr version 3.0.3.851 the bootstrap shell script was replaced with a compiled binary application.
This means that permissions previously assigned to `sh` as a workaround will no longer function and permissions should be assigned to the Sonarr App directly.
Fortunately due to the new bootstrap application, OSX should present appropriate popups requesting access to required resources.
The popup can be triggered by running a Refresh Series command on the main Series List.
Alternatively you can use the file browser in Wanted->Manual Import to browse to the desirable folder or type the path name manually. You do not have to import anything. Upon accessing the folder the popup requesting permission should appear.
It is advisable to remove Full Disk Access permission from `sh` if it was previously assigned.
You can verify the assigned permission in Security & Privacy.
#### Resetting Sonarr's permissions ####
To reset App permissions previously assigned to Sonarr, you can use the OSX terminal command:
```
tccutil reset All com.osx.sonarr.tv
```