michel wrote:
I am researching on java security model and I decided to have an
implementation of MAC(mandatory access control ) in jvm.
While studying trusted os I got familiar with Selinux(Security Enhaced
linux) and I surprised if we can use selinux policy in jvm.
No idea if it will help, but you might be interested in the JavaOne 2007
presentation "Leveraging Solaris Trusted Extensions to Implement
Platform Security Services for the Java Language".
http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-1427&yr=2007&track=5
Tom Hawtin