Yurttas/PL/OOL/Java/F/08/01/01/00/PhoneBook.policy

Revision as of 16:03, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="txt" line start="1" enclose="div">/** * Copyright(C) 1999 * All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc.. * * Pe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/**
 *  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";
};