What is the process I should use to accomplish the goal of building a version of FreeBSD that is capable of running a Java VM but not capable of any other functionality including, but not limited to:
- Running any process other than the Java VM
- Disabling any/all shell access
- When the Java VM exits, the OS shuts down
I need to support JDK 1.6, so approaches such as SANOS do not work.