From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965091Ab3BMWZg (ORCPT ); Wed, 13 Feb 2013 17:25:36 -0500 Received: from terminus.zytor.com ([198.137.202.10]:45487 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761069Ab3BMWZe (ORCPT ); Wed, 13 Feb 2013 17:25:34 -0500 Message-ID: <511C1284.6080304@zytor.com> Date: Wed, 13 Feb 2013 14:24:04 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Paolo Bonzini CC: Matthew Garrett , Borislav Petkov , Kees Cook , LKML , Thomas Gleixner , Ingo Molnar , "x86@kernel.org" , "linux-efi@vger.kernel.org" , linux-security-module Subject: Re: [PATCH] x86: Lock down MSR writing in secure boot References: <1360355671.18083.18.camel@x230.lan> <51157C9C.6030501@zytor.com> <20130208230655.GB28990@pd.tnic> <1360366012.18083.21.camel@x230.lan> <5115A4CC.3080102@zytor.com> <1360373383.18083.23.camel@x230.lan> <20130209092925.GA17728@pd.tnic> <1360422712.18083.24.camel@x230.lan> <511AE2CC.5040705@zytor.com> <1360733962.18083.30.camel@x230.lan> <511B2EB9.5070406@zytor.com> <1360736860.18083.33.camel@x230.lan> <511B33BC.9080307@zytor.com> <511B4E61.1040604@redhat.com> <511BCBD6.6020907@zytor.com> <511BEFAD.1050206@redhat.com> In-Reply-To: <511BEFAD.1050206@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/13/2013 11:55 AM, Paolo Bonzini wrote: > Il 13/02/2013 18:22, H. Peter Anvin ha scritto: >>> >>> On non-x86 machines CAP_SYS_RAWIO is much less dangerous, especially >>> when coupled with file DAC. > > Discretionary Access Control. > >> Either way, I think you are at best deluded and more like you just >> completely wrong about CAP_SYS_RAWIO being "less dangerous on non-x86 >> machines". With the possible exception of s390 I suspect it is, in >> fact, more dangerous. > > I may well be wrong, but as a quick data point CAP_SYS_RAWIO has no > occurrences in arch/ except arch/x86. Of course a lot of driver > functionality will be limited to CAP_SYS_RAWIO, but usually this > requires having a file descriptor for some file. > Well, yes, although that could include /dev/mem. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.