Sign in
code
/
edge
/
openjdk
/
jdk8u111-b09
/
.
/
jdk
/
test
/
java
/
rmi
/
activation
/
Activatable
/
extLoadedImpl
/
group.security.policy
blob: 09e121a74f948bc1e0bd76e943c3449ca60173f3 [
file
] [
log
] [
blame
]
/*
* security policy used exec'ed activation groups
*/
grant
{
// allow remote objects to be exported on arbitrary ports.
permission java
.
net
.
SocketPermission
"*:1024-"
,
"connect,accept,listen"
;
};