From owner-freebsd-security@FreeBSD.ORG Thu Nov 9 10:23:07 2006 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAE816A47C for ; Thu, 9 Nov 2006 10:23:07 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F258F43D69 for ; Thu, 9 Nov 2006 10:23:00 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by nz-out-0102.google.com with SMTP id i11so98389nzh for ; Thu, 09 Nov 2006 02:23:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VsoeiBUfAHQyL086EMBmOAcE4Bqufpap59cEl8JG9bDdx8DgtdhGQhUKz7cj9+yiNdU6NtzjSQj90s6ktF9JZbrhaqAun0jOgwFeqf50uGu1pKQ+RyP/LMryqmmRrBycGNhA3R11UQ3oR9MtQrdWvdAR5GOba29UAdgj79TRfP8= Received: by 10.65.20.15 with SMTP id x15mr888124qbi.1163067780024; Thu, 09 Nov 2006 02:23:00 -0800 (PST) Received: by 10.65.237.20 with HTTP; Thu, 9 Nov 2006 02:22:59 -0800 (PST) Message-ID: <8e96a0b90611090222x5ec3be4bwa5019ed14aaa52a8@mail.gmail.com> Date: Thu, 9 Nov 2006 10:22:59 +0000 From: "mal content" To: "Luke Crawford" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8e96a0b90611080439n558022edj79febf458494ef6e@mail.gmail.com> <8e96a0b90611080441t2b486637ya10acd5a1dd77690@mail.gmail.com> <44irhq6ngd.fsf@be-well.ilk.org> <20061108142306.GA64711@owl.midgard.homeip.net> <8e96a0b90611082359jbc85b37kad6109a0aa87598@mail.gmail.com> <8e96a0b90611090017x5375ed18jf3748c685ce8d2a6@mail.gmail.com> Cc: Lowell Gilbert , freebsd-security@freebsd.org Subject: Re: Sandboxing X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 10:23:07 -0000 On 09/11/06, Luke Crawford wrote: > jail is the best sandbox FreeBSD has; if that's to heavy, simply run it > setuid to another user that doesn't have permission to anything- it's not > as good of a sandbox, but it's lightweight. > Of course there is another problem with this approach: a different UID isn't allowed to connect to :0.0 on the X server under the FreeBSD default security settings for X. MC