Security Manager Fix

This commit is contained in:
Konloch 2021-07-12 07:18:36 -07:00
parent b81577c6f0
commit 1d5c500ba8

View file

@ -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);