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

[feature] reload user configuration file(s) on the fly #112

Closed ghantoos closed 8 years ago

ghantoos commented 9 years ago

This was available some time back. It would be a nice to have, in order to help admins restrict their users, without requiring them to logout and in.

ghantoos commented 8 years ago

This works for the default configuration file, however does not work properly for the include_dir configuration files.