diff options
author | pav <pav@FreeBSD.org> | 2005-11-12 20:56:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-12 20:56:55 +0800 |
commit | 5d6b5e4a369107a8d2edcdf785c5b9b4043deda0 (patch) | |
tree | 18de8ff89f21079728e55bb2b3d471bb65b057cc /shells/Makefile | |
parent | 29b2cf8223a9a577e88b757c1a8fa793c8fee33a (diff) | |
download | freebsd-ports-gnome-5d6b5e4a369107a8d2edcdf785c5b9b4043deda0.tar.gz freebsd-ports-gnome-5d6b5e4a369107a8d2edcdf785c5b9b4043deda0.tar.zst freebsd-ports-gnome-5d6b5e4a369107a8d2edcdf785c5b9b4043deda0.zip |
Iron Bars Shell is a restricted Unix shell. The user can not step out of, nor
access files outside the home directory. It is written in C for Linux. No
libraries used. It is small, fast, secure. Two ascii configuration files for
more control.
PR: ports/88351
Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>
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 92536872b82c..a88c08d103d7 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -13,6 +13,7 @@ SUBDIR += fd SUBDIR += flash SUBDIR += gscommander + SUBDIR += ibsh SUBDIR += ksh93 SUBDIR += mudsh SUBDIR += nologinmsg |