From owner-freebsd-isp@FreeBSD.ORG Fri Jul 29 10:29:54 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D95216A41F for ; Fri, 29 Jul 2005 10:29:54 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: from smtp.etmail.cz (smtp.etmail.cz [160.218.43.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C5F43D45 for ; Fri, 29 Jul 2005 10:29:51 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: from [192.168.0.111] (ip-85-160-18-106.eurotel.cz [85.160.18.106]) by smtp.etmail.cz (Postfix) with ESMTP id 6ADE2194027 for ; Fri, 29 Jul 2005 12:29:48 +0200 (CEST) Message-ID: <42EA051E.1020808@quip.cz> Date: Fri, 29 Jul 2005 12:29:50 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 X-Accept-Language: cs, cz, en, en-us MIME-Version: 1.0 To: freebsd-isp@freebsd.org References: <20050727065843.8F30543D46@mx1.FreeBSD.org> In-Reply-To: <20050727065843.8F30543D46@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: preventing a user to start a process X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 10:29:54 -0000 David Hogan wrote: >>Unfortunately, that is not possible. E.g. typo3 calls Imagemagick, so I >>need system(). > > > Hmmm ... ok > > are you aware you can override many php.ini settings on a per directory > basis or even per vhost basis (I think) ? If you didn't have too many > exceptions, you could deny system() globally, then allow it just for trusted > users or scripts. > disable_functions directive works only globally (IMHO) -- Miroslav Lachman