ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
439 stars 111 forks source link

Using words that include restricted commands fail with forbidden syntax #195

Closed ghost closed 1 month ago

ghost commented 6 years ago

I'm restricting usage of vi and vim within lshell.

I'm allowing dig to be used.

When I attempt to dig @davita.com <some-ip> for example, I am unable to complete this command as the word davita has the restricted command vi listed.

ghantoos commented 1 month ago

This project has been inactive for a while, and this issue has been open for a long time without activity. I'm closing it to keep the issue tracker clean.

If this issue is still relevant to you, please feel free to reopen it or create a new one. Appreciate your understanding and support!