diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-05 21:10:00 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-05 21:10:00 +0800 |
commit | 8e0af2cdcef87fb3bd624498afc26313c1024da6 (patch) | |
tree | c6100bb219f495d6bf032f470acbbe5cce5fcd0a /shells/Makefile | |
parent | 555ae587dfc20b63584276d4da337eaa523f2a29 (diff) | |
download | freebsd-ports-graphics-8e0af2cdcef87fb3bd624498afc26313c1024da6.tar.gz freebsd-ports-graphics-8e0af2cdcef87fb3bd624498afc26313c1024da6.tar.zst freebsd-ports-graphics-8e0af2cdcef87fb3bd624498afc26313c1024da6.zip |
lshell lets you restrict a user's shell environment to limited sets of commands,
choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.)
log user's commands, implement timing restrictions, and more.
WWW: http://lshell.ghantoos.org
PR: ports/137369
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Reviewed by: myself
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 5391bcfc52d..084bed53851 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -20,6 +20,7 @@ SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += ksh93 + SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += osh |