From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 09:06:43 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2346416A4CE for ; Fri, 11 Mar 2005 09:06:43 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BCCC43D58 for ; Fri, 11 Mar 2005 09:06:42 +0000 (GMT) (envelope-from ilmar@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id j2B94AxT052535; Fri, 11 Mar 2005 04:04:10 -0500 (EST) (envelope-from ilmar@watson.org) Received: from localhost (ilmar@localhost)j2B94AYJ052532; Fri, 11 Mar 2005 09:04:10 GMT (envelope-from ilmar@watson.org) X-Authentication-Warning: fledge.watson.org: ilmar owned process doing -bs Date: Fri, 11 Mar 2005 09:04:09 +0000 (GMT) From: "Ilmar S. Habibulin" To: Ivan Voras In-Reply-To: <422A5E91.1060601@fer.hr> Message-ID: <20050311090145.H52451@fledge.watson.org> References: <422A5E91.1060601@fer.hr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Fri, 11 Mar 2005 13:19:48 +0000 cc: current@freebsd.org Subject: Re: Mandatory Access Control X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 09:06:43 -0000 On Sun, 6 Mar 2005, Ivan Voras wrote: > Is MAC in FreeBSD similar in capabilities to SELinux? In particular, can > things such as: > be made? If yes, are there any documentation/tutorials available? FreeBSD MAC Framework includes SEBSD module, which is the port of SELinux security policy. The work isn't finished yet. Look at trustedbsd-sebsd branch at Perforce repository.