Disabling iTunes iOS File Sharing

matthew-c
New Contributor III

Does anybody know of any ways of stopping file access (iOS app USB file sharing) in iTunes other than disabling usbmuxd?

Are there any MCX/config profile methods of doing this?

cheers

Matt

4 REPLIES 4

hkim
Contributor II

This is the MCX that can be managed with iTunes

http://support.apple.com/kb/HT3490?viewlocale=en_US&locale=en_US

It looks like no, does disabling USB Mass Storage fix this though disabling IOUSBMassStorageClass.kext?

matthew-c
New Contributor III

I don't think it's treated as a mass storage device unfortunately. We make all external media read only with MCX via the mount-controls key in com.apple.systemuiserver and we couldn't work with no mass storage support at all. That approach has no effect on iPhones etc. though.

I'll try it and see what happens.

cheers

Matt

hkim
Contributor II

What about just playing with launchd and making sure it doesn't load in the first place?

/System/Library/LaunchDaemons/com.apple.usbmuxd.plist

Editing that file so that it never loads might be better than renaming the actual executable.

matthew-c
New Contributor III

Yep that was our original plan, but I was looking to allow all other iOS functionality in iTunes apart from app file sharing feature.

adding the Disabled key with a true value does not stop usbmuxd loading on boot though only removing the .plist altogether does.

cheers

Matt