From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: David Howells In-Reply-To: <4eaa0e19-684c-bef8-5aea-ddb5ef30828e@canonical.com> References: <4eaa0e19-684c-bef8-5aea-ddb5ef30828e@canonical.com> <152414466005.23902.12967974041384198114.stgit@warthog.procyon.org.uk> <152414469709.23902.10439448759049886690.stgit@warthog.procyon.org.uk> To: John Johansen Cc: dhowells@redhat.com, kent.overstreet@gmail.com, viro@zeniv.linux.org.uk, linux-nfs@vger.kernel.org, apparmor@lists.ubuntu.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-afs@lists.infradead.org Subject: Re: [PATCH 05/24] apparmor: Implement security hooks for the new mount API [ver #7] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21732.1526041240.1@warthog.procyon.org.uk> Date: Fri, 11 May 2018 13:20:40 +0100 Message-ID: <21733.1526041240@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: John Johansen wrote: > this looks good, and has pasted the testing that I have done so far. I > have started on the work that will allow us to reorder the match but > its not ready yet and shouldn't hold this up. Excellent, thanks! One thing to consider: Kent Overstreet mentioned the possibility of adding support for multiple sources - something that his bcachefs would require. >>From the userspace PoV this could look something like: fd = fsopen("bcachefs"); write(fd, "d /dev/sda1"); write(fd, "d /dev/sda2"); ... David