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

[feature] add possibility to disable ld_preload (with security warning) #133

Closed ghantoos closed 8 years ago

ghantoos commented 8 years ago

Some users might want to disable the noexec ld_preload. While this should not be a common practice, we should have the option of disabling it, considering that the administrator know what they are doing.

This was requested by @lmarkov in #122.