diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-09-04 00:37:27 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-09-04 00:37:27 +0000 |
commit | 1ad8099c5cf7992c052b54ab282ef526e6e3053f (patch) | |
tree | 92a64245002e73ae6f3775227a2d98354ed365a4 /shells/Makefile | |
parent | 2080701b64101bfa9f1e1a69d6d9a84c2a82f47c (diff) | |
download | ports-1ad8099c5cf7992c052b54ab282ef526e6e3053f.tar.gz ports-1ad8099c5cf7992c052b54ab282ef526e6e3053f.zip |
Jailkit is a set of utilities to limit user accounts to specific
files using chroot() and or specific commands.
Setting up a chroot shell, a shell limited to some specific
command, or a daemon inside a chroot jail is a lot easier and
can be automated using these utilities.
WWW: http://olivier.sessink.nl/jailkit/
PR: ports/138047
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes
Notes:
svn path=/head/; revision=240832
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 084bed538519..ca2c1074073b 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -19,6 +19,7 @@ SUBDIR += gscommander SUBDIR += heirloom-sh SUBDIR += ibsh + SUBDIR += jailkit SUBDIR += ksh93 SUBDIR += lshell SUBDIR += mksh |