The problem is that despite the applet or webstart application with elevated privileges, they ALL are placed in the Java cache plugin in the LocalLow directory.
The LocalLow directory is set to low integrity in Vista and Windows 7.
This means that although the applet or web launch application may have full read / write permissions on the computer, since executable files are executed from a directory with a low level of integrity, they are allowed access to files and folders with a low degree of integrity as well.
My way around this, I found the Java plugins cache folder under LocalLow and changed its integrity level to Medium. If either the system folder is not explicitly set, by default all folders are considered medium by default.
How did i do this? I downloaded and used the excellent chml command line tool http://www.minasi.com/apps/ .
While I understand that I have created a security risk, I see that it is localized only for Java plug-in applications with all permissions, in fact, it is no less secure than just using XP, in fact, especially since these STILL Java applications cannot access the folder or resource system.
source share