Yurttas/PL/OOL/Java/F/08/01/01/00/PhoneBook.policy
Jump to navigation
Jump to search
/**
* Copyright(C) 1999
* All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for EDUCATIONAL purposes
* and without fee is hereby granted provided that this
* copyright notice appears in all copies.
*
* @date : July 1, 1999.
* @author : Salih Yurttas.
*/
// Allow everything
// permission java.security.AllPermission;
grant {
permission java.net.SocketPermission "localhost:1024-",
"listen,connect,accept";
};