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
435 stars 112 forks source link

[bug] dir is changed to home after reloading configuration #126

Closed ghantoos closed 8 years ago

ghantoos commented 8 years ago

When a user is already logged in, and the administrator changes the configuration, the user is automatically put back in his home directory.