Trim macOS desktop entitlements (#10490)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user