mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04: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
@ -6,6 +6,10 @@
|
|||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<true/>
|
<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 -->
|
<!-- Both OnionShare and Tor need network server and client -->
|
||||||
<key>com.apple.security.network.server</key>
|
<key>com.apple.security.network.server</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
Loading…
Reference in New Issue
Block a user