//
// This is a completely liberal Java policy file that allows unrestricted
// access to any host computer.  This policy file should only be used during
// testing of client server applications when unresolvable difficulties are
// occurring when a stricter policy file is being used.

grant {
    permission java.security.AllPermission;
};