From owner-freebsd-questions@FreeBSD.ORG Mon Sep 27 19:10:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F467106566B for ; Mon, 27 Sep 2010 19:10:37 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from mail.nagual.nl (524948AF.cm-4-2b.dynamic.ziggo.nl [82.73.72.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1B20A8FC0C for ; Mon, 27 Sep 2010 19:10:36 +0000 (UTC) Received: from [192.168.11.34] (192.168.11.34) by westmark.nagual.nl (Axigen) with (AES256-SHA encrypted) ESMTPSA id 08DCCC; Mon, 27 Sep 2010 21:00:12 +0200 Message-ID: <4CA0EC31.5090108@nagual.nl> Date: Mon, 27 Sep 2010 21:10:41 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4CA0EB84.3040802@gmail.com> In-Reply-To: <4CA0EB84.3040802@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 4 X-AxigenVirus-Level: 1 Subject: Re: Prevent symbolic links in pure-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: Mon, 27 Sep 2010 19:10:37 -0000 On 27-9-2010 21:07, Joshua Isom wrote: > On 9/27/2010 12:00 PM, Phan Quoc Hien wrote: >> hi! >> >> How to prevent symbolic links in pure-ftp for security issuse? >> >> User can access outsite chroot by create symlink: ln -s / abc => and >> user >>> can change dir to / >>> >> >> Anyone can solve this problem? Have you read the manual for pure-ftpd? Symbolic link following can be turned off completely if you so wish, but I do not want to do your homework. Sorry.