We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b89b1 commit a1bd7f8Copy full SHA for a1bd7f8
1 file changed
sign.py
@@ -963,6 +963,10 @@ def __prepare_primary(
963
# macOS only
964
"com.apple.security.app-sandbox",
965
"com.apple.security.assets.pictures.read-write",
966
+ "com.apple.security.cs.allow-jit",
967
+ "com.apple.security.cs.allow-unsigned-executable-memory",
968
+ "com.apple.security.cs.disable-library-validation",
969
+ "com.apple.security.device.audio-input",
970
"com.apple.security.device.bluetooth",
971
"com.apple.security.device.usb",
972
"com.apple.security.files.user-selected.read-only",
0 commit comments