From owner-freebsd-stable@FreeBSD.ORG Mon Jan 23 17:24:32 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 8BEEB16A47D for ; Mon, 23 Jan 2006 17:24:21 +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 6479B43F5E for ; Mon, 23 Jan 2006 16:59:06 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id D3DE2B9EB; Mon, 23 Jan 2006 16:59:02 +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 31023-05; Mon, 23 Jan 2006 16:59:02 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 51EC6B9E6; Mon, 23 Jan 2006 16:59:02 +0000 (GMT) Date: Mon, 23 Jan 2006 16:59:02 +0000 To: Roger Grosswiler Message-ID: <20060123165902.GA31758@ppe.happygiraffe.net> References: <1138034563.2766.6.camel@niobe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1138034563.2766.6.camel@niobe> 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: Mon, 23 Jan 2006 17:24:33 -0000 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/ -Dom