Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751825AbaDZN4h (ORCPT ); Sat, 26 Apr 2014 09:56:37 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:35005 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbaDZN4f (ORCPT ); Sat, 26 Apr 2014 09:56:35 -0400 Date: Sat, 26 Apr 2014 14:56:16 +0100 From: Al Viro To: Dmitry Kasatkin Cc: "Eric W. Biederman" , Oleg Nesterov , Dmitry Kasatkin , linux-security-module , John Johansen , Mimi Zohar , James Morris , Linux Kernel Mailing List , kernel-team Subject: Re: Kernel panic at Ubuntu: IMA + Apparmor Message-ID: <20140426135616.GE18016@ZenIV.linux.org.uk> References: <878uqt42q7.fsf@x220.int.ebiederm.org> <20140425200156.GA13727@redhat.com> <874n1h16le.fsf@x220.int.ebiederm.org> <87iopxxfpp.fsf@x220.int.ebiederm.org> <87lhutt4ph.fsf@x220.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 26, 2014 at 11:58:45AM +0300, Dmitry Kasatkin wrote: > Conflict with Apparmor means with Ubuntu. > > But answering to your early question.. > IMA does not want permission denied when measuring and re-measuring files. > may_open() is doing that job before. > > We need quickly introduce kernel_read without LSM checks... *snarl* What we need quickly is to introduce you to a textbook or two. As the matter of fact, in this case even wikipedia might suffice... Please, figure out what "mandatory locking" is about, what kind of exclusion does it provide and how much is it (un)related to LSM. It has nothing to do with permission being denied; the normal behaviour is to *block* until the lock has been removed. Or failure with -EAGAIN if the file had been opened with O_NDELAY. The effects apply only to read/write and their ilk; they have nothing to do with e.g. O_RDWR open(). And having a file already opened r/w by somebody does not prevent another process from opening it and acquiring an exclusive lock on some range. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/