Security Manager Fix
This commit is contained in:
parent
1b5f8e16db
commit
410189fce6
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class SecurityMan extends SecurityManager
|
||||||
|
|
||||||
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);
|
||||||
}
|
}
|
||||||
else throw new SecurityException("BCV is awesome, blocking(" + blocking + ") exec " + cmd);
|
else throw new SecurityException("BCV is awesome, blocking(" + blocking + ") exec " + cmd);
|
||||||
|
|
Loading…
Reference in a new issue