diff options
author | Martin Szulecki | 2010-01-12 10:58:32 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 10:58:32 +0100 |
commit | e0cc0e3acaec8797165bea7172bc2a6718ddd386 (patch) | |
tree | bf6b6063a10bd2803f4b42a7b870f1d1aeff6457 | |
parent | f311ad48b52854f3c1921322d7f79b82392c2db9 (diff) | |
download | libimobiledevice-e0cc0e3acaec8797165bea7172bc2a6718ddd386.tar.gz libimobiledevice-e0cc0e3acaec8797165bea7172bc2a6718ddd386.tar.bz2 |
Add more known lockdown domains to iphoneinfo
-rw-r--r-- | tools/iphoneinfo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/iphoneinfo.c b/tools/iphoneinfo.c index b5344be..e1417a5 100644 --- a/tools/iphoneinfo.c +++ b/tools/iphoneinfo.c @@ -37,12 +37,18 @@ static const char *domains[] = { "com.apple.mobile.debug",. */ "com.apple.xcode.developerdomain", "com.apple.international", + "com.apple.mobile.data_sync", + "com.apple.mobile.tethered_sync", "com.apple.mobile.mobile_application_usage", "com.apple.mobile.backup", + "com.apple.mobile.nikita", + "com.apple.mobile.restriction", "com.apple.mobile.user_preferences", "com.apple.mobile.sync_data_class", "com.apple.mobile.software_behavior", "com.apple.mobile.iTunes.SQLMusicLibraryPostProcessCommands", + "com.apple.mobile.iTunes.accessories", + "com.apple.fairplay", "com.apple.iTunes", "com.apple.mobile.iTunes.store", "com.apple.mobile.iTunes", |