Security Manager Fix
This commit is contained in:
parent
b81577c6f0
commit
1d5c500ba8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class SecurityMan extends SecurityManager
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (allow && blocking == 0)
|
if (allow && blocking <= 0)
|
||||||
{
|
{
|
||||||
if(silentExec == 1)
|
if(silentExec == 1)
|
||||||
System.out.println("Allowing exec: " + cmd);
|
System.out.println("Allowing exec: " + cmd);
|
||||||
|
|
Loading…
Reference in a new issue