From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 09:36:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D4116A4CE for ; Mon, 22 Mar 2004 09:36:41 -0800 (PST) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3391543D45 for ; Mon, 22 Mar 2004 09:36:41 -0800 (PST) (envelope-from flowers@users.sourceforge.net) Received: from pd4mr3so.prod.shaw.ca (pd4mr3so-qfe3.prod.shaw.ca [10.0.141.214]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HUZ0025UNL4AX@l-daemon> for freebsd-questions@freebsd.org; Mon, 22 Mar 2004 10:36:40 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HUZ0050UNL4GV@l-daemon> for freebsd-questions@freebsd.org; Mon, 22 Mar 2004 10:36:40 -0700 (MST) Received: from sirius (h68-144-47-89.cg.shawcable.net [68.144.47.89]) 2003))freebsd-questions@freebsd.org; Mon, 22 Mar 2004 10:36:40 -0700 (MST) Date: Mon, 22 Mar 2004 10:36:36 -0700 From: Dan MacMillan In-reply-to: To: RJ45 , freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: RE: restricted shells X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 17:36:41 -0000 Rick wrote: > Hello, > are there any restricted shells version in the ports collection? > if there aren't where I Can find a restricted shell tar.gz to be > compiled and isntalled? thanks I'm sure there are many shells that run in restricted mode. For example, I use zsh, which behaves as a restricted shell if invoked with a -r option on the command line or via a name beginning with 'r'. That is to say, if you create a symbolic link to 'zsh' named 'rzsh', then execute rzsh, the shell is restricted. -Danny