diff options
author | araujo <araujo@FreeBSD.org> | 2009-09-04 08:37:27 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-09-04 08:37:27 +0800 |
commit | 84c0602e4377ff8667091ec2dd3a45e1c7465c98 (patch) | |
tree | 4c1666459c435f882e05288570fc0bb74fb1eb0b /shells/Makefile | |
parent | 5622967cbcb57d0f2f6c4f2dcf1ca3f8b927da53 (diff) | |
download | freebsd-ports-graphics-84c0602e4377ff8667091ec2dd3a45e1c7465c98.tar.gz freebsd-ports-graphics-84c0602e4377ff8667091ec2dd3a45e1c7465c98.tar.zst freebsd-ports-graphics-84c0602e4377ff8667091ec2dd3a45e1c7465c98.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>
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 084bed53851..ca2c1074073 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 |