nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux

Home Page:https://www.nowsecure.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate adding container-required to entitlements.plist to improve support for checkra1n on iOS

alanjhenderson opened this issue · comments

fsmon-ios is not able to run from /var/tmp on iOS devices jailbroken with checkra1n. The binary is able to run with the following additional entitlement:

<key>com.apple.private.security.container-required</key>
<false/>

Tested on iPhone X running iOS 13.7 and iPhone SE (1st Gen) running iOS 14.1. I've not been able to test on lower iOS versions with other jailbreaks.

Thank you! I can confirm