mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Enable com.apple.security.cs.allow-unsigned-executable-memory in the macOS sandbox because this is required for PyInstaller and Catalina
This commit is contained in:
parent
b93b3e8d1a
commit
0a0df79896
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
|
||||
<!-- Required for running PyInstaller python code with hardened runtime -->
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
|
||||
<!-- Both OnionShare and Tor need network server and client -->
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
|
|
Loading…
Reference in a new issue