home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet News 1999 October
/
INEWS_10_CD.ISO
/
pc
/
jdk
/
jdk1.2.2
/
docs
/
guide
/
rmi
/
examples
/
stock
/
security.policy
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-19
|
230 b
|
12 lines
/**
* A minimal set of permissions needed for the stock server to run.
*/
grant {
// Allow the server to connect to the applet's callback object
//
permission java.net.SocketPermission "*:1024-", "connect";
};