If it does mess with the actual security manager, it doesn't change a lot.
In my particular case, I want to use sockets, which is not allowed by default. Replacing the java.policy file with the java_permissive.policy file (which is what this does), allows your kindlet to do anything. (For better or for worse)
|