From owner-freebsd-questions@FreeBSD.ORG Mon Sep 25 07:21:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9469C16A407 for ; Mon, 25 Sep 2006 07:21:58 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB1F43D64 for ; Mon, 25 Sep 2006 07:21:53 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with SMTP id C3D623658A0; Mon, 25 Sep 2006 09:21:51 +0200 (CEST) Received: from secure.esiee.fr (secure.esiee.fr [147.215.1.19]) by mail.esiee.fr (Postfix) with ESMTP id 0C1473658CD; Mon, 25 Sep 2006 09:21:48 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by secure.esiee.fr (Postfix) with ESMTP id 8BE7F398D3; Mon, 25 Sep 2006 09:16:33 +0200 (CEST) Message-ID: <4517838C.6090703@esiee.fr> Date: Mon, 25 Sep 2006 09:21:48 +0200 From: Frank Bonnet User-Agent: Thunderbird 1.5.0.5 (X11/20060828) MIME-Version: 1.0 To: corwin@aeternal.net References: <20060924150810.H68311@saturn.atopia.net> <4516DBB6.3020701@aeternal.net> In-Reply-To: <4516DBB6.3020701@aeternal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Matt Juszczak , freebsd-questions@freebsd.org Subject: Re: Restricting access to home directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2006 07:21:58 -0000 Martin Hudec wrote: > Hello Matt, > > DefaultRoot ~ [group] > > where ~ are their specified homedirs and group is optional (members of > that group will be jailed to their homedirs, others will be able to > browse everywhere, if group is not used, everybody using proftpd will be > jailed). > > Martin pure-ftpd does this too.