Merge branch 'kashike-fix/secman' into 1.8.8
This commit is contained in:
commit
5087f30ca5
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ public class FMLSecurityManager extends SecurityManager {
|
|||
return;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void checkPermission(Permission perm, Object context)
|
||||
{
|
||||
this.checkPermission(perm);
|
||||
}
|
||||
|
||||
public static class ExitTrappedException extends SecurityException {
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue