From owner-freebsd-stable@FreeBSD.ORG Tue Jan 24 13:34:47 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE0816A41F for ; Tue, 24 Jan 2006 13:34:47 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF12D43D46 for ; Tue, 24 Jan 2006 13:34:46 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id DBF69BBC3; Tue, 24 Jan 2006 13:34:41 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (ppe.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 68056-06; Tue, 24 Jan 2006 13:34:41 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 72F45BBC2; Tue, 24 Jan 2006 13:34:41 +0000 (GMT) Date: Tue, 24 Jan 2006 13:34:41 +0000 To: Roger Grosswiler Message-ID: <20060124133441.GA67884@ppe.happygiraffe.net> References: <1138034563.2766.6.camel@niobe> <20060123165902.GA31758@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060123165902.GA31758@ppe.happygiraffe.net> User-Agent: Mutt/1.5.11 From: dom@happygiraffe.net (Dominic Mitchell) X-Virus-Scanned: amavisd-new at happygiraffe.net Cc: freebsd-stable@freebsd.org Subject: Re: how to harden freebsd? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 13:34:47 -0000 On Mon, Jan 23, 2006 at 04:59:02PM +0000, Dominic Mitchell wrote: > On Mon, Jan 23, 2006 at 05:42:42PM +0100, Roger Grosswiler wrote: > > i think about jailing some "processes" on a new freebsd-system. Is there > > also another way, to harden freebsd e.g. like selinux? > > Have a look at security(7) for an overview of the existing FreeBSD > security options. Also, jail(8) has some bits. > > There's no /direct/ SELinux, although much of the same ground is covered > by the TrustedBSD stuff. Have a look over the web site: > > http://www.trustedbsd.org/ Whilst others have pointed at the MAC section in the handbook, you might like this little introduction on the subject: http://hacks.oreilly.com/pub/h/1466 -Dom