Private
Public Access
1
0

Moved stuff around and you can see convos, messages, and send messages!

This commit is contained in:
James Magahern
2018-11-12 22:11:36 -08:00
parent 58777807bc
commit 2d0fd5b290
22 changed files with 604 additions and 1082 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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.