grant all classes loaded from h1.com ability to read the 'myprop' system properties
grant codeBase "http://127.0.0.1/-" { permission java.util.PropertyPermission "myprop", "read"; };