go-ios
go-ios copied to clipboard
`fsync`: support app container jails
First off, thanks for the fantastic work on go-ios! :smiley: 🍰 Extending go-ios was super easy after figuring out what I needed with the debug proxy.
I've had a use case where I wanted to read/write files from/to a specific app container jail. Fortunately house_arrest already had everything I needed, and adding an --app switch to the fsync commands was straightforward.
- Is accessing app jails for fsync something you folks are interested in supporting?
- If yes, where do we want vendContainer to live? I've just copied it over from
house_arrest.goto avoid a circular dependency, but I'm happy to do the legwork and move it into something likeafc/house_arrest.goand have everything point there.