/etc/icedtea-web/javaws.policy is in icedtea-netx-common 1.6.2-3.1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | // Based on Oracle JDK policy file
grant codeBase "file:/usr/share/icedtea-web/netx.jar" {
permission java.security.AllPermission;
};
|