Trim macOS desktop entitlements (#10490)

This commit is contained in:
Alex Hancock
2026-07-15 14:33:31 -04:00
committed by GitHub
parent 0f8ec6a952
commit 3dcf5da3a8
2 changed files with 4 additions and 18 deletions
-14
View File
@@ -2,33 +2,19 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.documents.read-write</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.screen-recording</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<key>com.apple.security.personal-information.reminders</key>
<true/>
</dict>
</plist>
+4 -4
View File
@@ -35,10 +35,10 @@ let cfg = {
},
],
// Usage descriptions for macOS TCC (Transparency, Consent, and Control)
NSCalendarsUsageDescription:
'Goose needs access to your calendars to help manage and query calendar events.',
NSRemindersUsageDescription:
'Goose needs access to your reminders to help manage and query reminders.',
NSMicrophoneUsageDescription:
'Goose needs access to your microphone for voice dictation.',
NSAppleEventsUsageDescription:
'Goose needs access to send Apple Events to control other apps on your behalf.',
},
};