home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 October / INEWS_10_CD.ISO / pc / jdk / jdk1.2.2 / docs / guide / rmi / activation / code / policy < prev    next >
Encoding:
Text File  |  1999-09-19  |  81 b   |  5 lines

  1. grant {
  2.     // Allow everything for now
  3.     permission java.security.AllPermission;
  4. };
  5.