Skip to content
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

tighten file system access entitlements #192

Merged
merged 2 commits into from
Oct 16, 2024
Merged

tighten file system access entitlements #192

merged 2 commits into from
Oct 16, 2024

Conversation

scareything
Copy link
Member

  • remove read-only access to the Downloads folder.
  • change access to user-selected files from read/write to read-only.

<key>com.apple.security.files.downloads.read-only</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<key>com.apple.security.files.user-selected.read-only</key>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to be able to write the files, I think. Did you make sure you can successfully enroll a new identity?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, enrollment still works. identity files are written into the app's sandbox container, which we have write access to without entitlements.

@scareything scareything merged commit 0324242 into main Oct 16, 2024
8 checks passed
@scareything scareything deleted the fix.review.issue branch October 16, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants