Private
Public Access
1
0
Files
Kordophone/MessagesBridge/README.md
James Magahern 58777807bc Initial commit
Message receiving works, sending sort of works
2018-11-12 20:10:46 -08:00

9 lines
317 B
Markdown

# Entitlements
You might to enable this default to use private entitlements
```
sudo defaults write /Library/Preferences/com.apple.security.coderequirements Entitlements -string always
```
Maybe a better thing to do is to DYLD_PRELOAD `imagent` and swizzle `IMDAuditTokenTaskHasEntitlement` to always return YES.