Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Is there a way to disable the xprotect.meta.plist

Is there a way to disable the xprotect.meta.plist file? This is what is keeping java from running on OS 10.6. I have tried modifying the file to show a lower version of java, as well as deleting the file entirely, but when you restart the machine the file loads back in how apple updated it originally.

Mac mini, Mac OS X (10.6.7)

Posted on Jan 31, 2013 12:06 PM

Reply
20 replies

Feb 6, 2013 8:18 AM in response to alucasTHX

Bad idea doing this. However, you have a missing step. I need to enable 434 for a specific app. Once done, I undo the changes. After changing XProtect.meta.plist file, you've likely changed its permissions to:

-rw-------


You need to fix those permissions for the system to use the file. The permissions should be:

-rw-r--r--


Fix the permissions with:


sudo chmod 644 /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta. plist


An even better option is to use the defaults command. That way you can quickly change it and change it back when you are done. Below is the method to enable Java 1.6.0_37-b06-434, followed by re-enabling Java 1.6.0_37-b06-435 for when you're done.


# Re-enable Java 1.6.0_37-b06-434

defaults write /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta JavaWebComponentVersionMinimum -string 1.6.0_37-b06-434

chmod 644 /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta. plist


# Re-enable Java 1.6.0_37-b06-435

defaults write /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta JavaWebComponentVersionMinimum -string 1.6.0_37-b06-435

chmod 644 /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta. plist




To change the Plugin Bundle version:

defaults write /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta MinimumPlugInBundleVersion -string 1.7.11.22

chmod 644 /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta. plist

Dec 1, 2013 7:27 PM in response to Maggg

Note that this is a very old thread and I strongly suggest you not pay attention to anything you have read here.

Maggg wrote:


After I deleted the xprotect.meta.plist, my comp became unable to play all the youtube videos etc. Even after I downloaded Java again, it's still the same problem.

There is no need to have deleted that file and you have now removed some of the critical security protection provided by OS X to keep you safe while browsing the internet.


Java is unrelated to the playing of YouTube videos, etc.


If you want help you need to start a new thread with a subject related to your problem, otherwise almost nobody else will notice that you have posted here.

Is there a way to disable the xprotect.meta.plist

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.