Skip to main content
summaryrefslogtreecommitdiffstats
blob: c9ee1cace21249c444da3d358fc2d2d1c93aa62e (plain) (blame)
1
2
3
grant codebase "file:${osee.jini.install}/lib/*" {
    permission java.security.AllPermission;
};

Back to the top