ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/agents/java.policy
Revision: 1.1
Committed: Mon Apr 23 19:45:18 2001 UTC (22 years, 11 months ago) by ajm
Branch: MAIN
CVS Tags: HEAD
Log Message:
Sketchy ideas for starting the "agents" project.

File Contents

# Content
1 grant {
2 permission java.net.SocketPermission "*:1024-65535",
3 "connect,accept";
4 permission java.net.SocketPermission "*:80", "connect";
5 };