Skip to content

Commit a59ed2f

Browse files
author
JooHyung Park
committed
fix(mas): Restrict file system access to user-initiated open/save dialogs only.
1 parent ca64b09 commit a59ed2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

entitlements.mas.plist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
<key>com.apple.security.network.client</key>
1313
<true/>
1414

15-
<!-- File system access -->
15+
<!-- File system access - user-initiated file open/save dialogs -->
1616
<key>com.apple.security.files.user-selected.read-write</key>
1717
<true/>
18-
<key>com.apple.security.files.downloads.read-write</key>
19-
<true/>
2018
</dict>
2119
</plist>

0 commit comments

Comments
 (0)