Skip to content

Commit a1bd7f8

Browse files
committed
fix: add more entitlements
1 parent c3b89b1 commit a1bd7f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sign.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,10 @@ def __prepare_primary(
963963
# macOS only
964964
"com.apple.security.app-sandbox",
965965
"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",
966970
"com.apple.security.device.bluetooth",
967971
"com.apple.security.device.usb",
968972
"com.apple.security.files.user-selected.read-only",

0 commit comments

Comments
 (0)