-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically grant file access permissions #1334
Comments
I think problem 1 would be solved by manually running the executable from a terminal? |
This is very weird… Running the generated script from the terminal works, but the launchd service is still denied access. |
Have you tried restarting after running the script manually? |
I have, it still doesn't work. |
Any other ideas? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run Jellyfin as a launchd agent, adapted code:
My libraries live on an external drive, and macOS apps need extra permissions for that. My problems are two:
System.IO.IOException: Operation not permitted
errors.How should I go about this?
Note: this isn't just a standard Unix permission error. The relevant files have read permission for everyone (mode 644).
The text was updated successfully, but these errors were encountered: