Skip to content

Commit

Permalink
Add missing setFactory permission to cloud-gce
Browse files Browse the repository at this point in the history
This commit adds the missing permission to `cloud-gce`. Since this is
a bugfix branch the commit doesn't contain the testcase added to 2.x and
master to keep the footprint of this change as low as possible.

Backport of #16860
Relates to #16485
  • Loading branch information
s1monw committed Mar 1, 2016
1 parent d1eb511 commit d93cff8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
grant {
// needed because of problems in gce
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.lang.RuntimePermission "setFactory";
};

0 comments on commit d93cff8

Please sign in to comment.