Sign in
code
/
edge
/
openjdk
/
master
/
.
/
jdk
/
test
/
java
/
rmi
/
activation
/
CommandEnvironment
/
group.security.policy
blob: 479f351a1e5d4ab79de563e3e3ef412f94210884 [
file
] [
log
] [
blame
]
/*
* security policy used by activation groups.
*/
grant
{
// test needs to communicate with the activation system
permission java
.
net
.
SocketPermission
"*:1024-"
,
"connect,accept,listen"
;
};