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

FreeBSD: sudo noexec lib missing path #160

Closed ghantoos closed 7 years ago

ghantoos commented 7 years ago

The new path of the sudo noexec library was missing from lshell, making it unable to load it. This create a security issue on FreeBSD.

This commit adds the missing path.