From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Ware Subject: Re: [PATCH v7 00/16] EVM Date: Thu, 30 Jun 2011 14:06:39 -0700 Message-ID: References: <1309377038-4550-1-git-send-email-zohar@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: , , James Morris , David Safford , Andrew Morton , Greg KH , Dmitry Kasatkin To: Mimi Zohar , "linux-security-module@vger.kernel.org" Return-path: In-Reply-To: <1309377038-4550-1-git-send-email-zohar@linux.vnet.ibm.com> Sender: linux-security-module-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Glad to see this going in Mimi! Looking forward to enabling this in our MeeGo kernels. Ryan On 6/29/11 12:50 PM, "Mimi Zohar" wrote: >Discretionary Access Control(DAC) and Mandatory Access Control(MAC) can >protect the integrity of a running system from unauthorized changes. When >these protections are not running, such as when booting a malicious OS, >mounting the disk under a different operating system, or physically moving >the disk to another system, an "offline" attack is free to read and write >file data/metadata. > >...snip...