Prevent accessing Unix files through JVM ( any code running in application server JVM)

2011-07-27T13:57:53

Is there any way that we can prevent accessing Unix files through JVM ( any code running in application server JVM).
One solution is to do it at the unix user level.
Is there any other way we configure locations somewhere?

Copyright License:
Author:「Hareesh Ram」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/6839974/prevent-accessing-unix-files-through-jvm-any-code-running-in-application-serve

About “Prevent accessing Unix files through JVM ( any code running in application server JVM)” questions

Is there any way that we can prevent accessing Unix files through JVM ( any code running in application server JVM). One solution is to do it at the unix user level. Is there any other way we confi...
I have a application in which there are 2 server each having 2 JVMs each. There is one process (say X) in the application which is very huge and consumes lot of memory for execution. If any user la...
Is there any way, i can prevent spoon parser from accessing the JVM classpath and provide necessary jars (rt.jar etc) in launcher.setSouceClassPath() ?
Is it possible to implement some kind of JVM sandbox for running application ? I'd like to restrict access of this application for example to files IO, network, etc. Is any way to control these
I am instrumenting Selenium tests that run against an application in a JBoss server. Many documentations mention that the Jacoco agent should be added as a parameter to the JVM. However, they do not
There are certain JVM properties (such as timezone) which can be changed by application deployed on WebSphere server. Such changes affects all the application on that server. Is there a way by whic...
Is there a way to measure CPU usage of the JVM (once a java application is started) cross platform (windows + unix + mac)? I have used Jconsole but what I need is a java code that does this, and no...
I was wondering whether the is a way to run GCC compiler suite and binutils on top of JVM so that the compiler would generate x86/ARM/MIPS binary as its output. This would be like crosscompiling, b...
Suppose that I want to prevent trivial disassembly of jar/class files. A JVM is started from a C++ application that can descramble the jar/class files that are stored within its own executable. Is...
We're trying to profile a remote tomcat application running in production. The problem is that all the threads in the web pool are blocked and this seems to prevent us from connecting with jconsole...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.