From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 21:05:10 2005 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 8F2FD16A41F for ; Fri, 21 Oct 2005 21:05:10 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5685243D45 for ; Fri, 21 Oct 2005 21:05:10 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 1C54A31349; Fri, 21 Oct 2005 17:05:09 -0400 (EDT) Date: Fri, 21 Oct 2005 17:05:08 -0400 (EDT) From: user To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: How do I chroot rsync like I chroot ftp ? 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: Fri, 21 Oct 2005 21:05:10 -0000 Generally I chroot ftp users by simply adding their username to /etc/ftpchroot. In older days, I used login.conf, etc. The point is, it's easy to take a specific user and set a chroot that applies to what they can see when they use ftp. What is the equivalent mechanism for rsync ? thanks.