mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-17 13:02:42 -05: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
@ -4,6 +4,10 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<!-- Enable app sandbox -->
|
<!-- Enable app sandbox -->
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<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/>
|
<true/>
|
||||||
|
|
||||||
<!-- Both OnionShare and Tor need network server and client -->
|
<!-- Both OnionShare and Tor need network server and client -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user