I noticed 2 issues in the latest version of the lshell:
- Commands prefixed with
sudo are giving this message:
admin:~$ sudo ls
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
- The
allowed_shell_escape from the configuration is not working as expected.