Skip to content

Commit 30bd872

Browse files
committed
macOS: add entitlement to read files (needed for WireGuard config)
1 parent f166dba commit 30bd872

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Client.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</array>
99
<key>com.apple.security.app-sandbox</key>
1010
<true/>
11+
<key>com.apple.security.files.user-selected.read-only</key>
12+
<true/>
1113
<key>com.apple.security.network.client</key>
1214
<true/>
1315
<key>com.apple.application-identifier</key>

0 commit comments

Comments
 (0)