diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java b/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java index aff7a65d..f042df22 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java @@ -95,7 +95,7 @@ public class SecurityMan extends SecurityManager if (allow && blocking <= 0) { - if(silentExec == 1) + if(silentExec >= 1) System.out.println("Allowing exec: " + cmd); } else throw new SecurityException("BCV is awesome, blocking(" + blocking + ") exec " + cmd);