// We grant the the code located in src all permissions.

grant  codeBase "file:src" {
    permission java.security.AllPermission;
};


