You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally, my code only allows reading all files, but I wrapped the execution of a dangerous command with AccessController.doPrivileged in a lambda, and it actually allowed the dangerous command to execute successfully.