Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 278A2C05027 for ; Fri, 10 Feb 2023 22:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229663AbjBJW7j (ORCPT ); Fri, 10 Feb 2023 17:59:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbjBJW7h (ORCPT ); Fri, 10 Feb 2023 17:59:37 -0500 Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3841831CC for ; Fri, 10 Feb 2023 14:59:22 -0800 (PST) Received: by mail-pl1-x633.google.com with SMTP id v23so8178171plo.1 for ; Fri, 10 Feb 2023 14:59:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=k8kv/mNjTYPXMVHJK/DKyXGFstxhwmOIHO4oCrQ/tx8=; b=GEHNO5sZNKFN553oQmZMRpV8ObKC+ew1Oh6PMcHBGtVmEPrunQOaH2SOXm+WkPrOhu ddNNSdNlTYcF0eTwcvt59UKYsr5H9Sr0f6GKz68rIrYWwatvKMR/rfTMkFkq6FI0mtYf VMPqmOuwM+B0WMulgGcmS4DsnfbF6bbE5neV0rGuV5x1SpC2s4awFDNrvQvI71f0BpJU i7sE6wdWVulGJqEvE1u3qa91bBOmoOKcAZowKcqUaLa66OWaF6mGCJN91AzJZG9JtOkR 9dGVLGOj/q0RvoyVymMEjgzuJrMH53th4Zo7k8xqISxh2EqB0gt829QpEZnLke7+VG7Z Yqwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=k8kv/mNjTYPXMVHJK/DKyXGFstxhwmOIHO4oCrQ/tx8=; b=EQnIzWh/CT2j7884VuB+0OzZoM06qPbCNW3Qtrq7rKrzSkrQsTN26+wniKKO8NJwcQ M1mDReaUWstgA1QBPlNF7SMSaCQm860zhUDbHyUIYIpkO9WWvwv/bXgORwvVJcwucNDn KxlHkg097IYabf34vCWltLZlmi3yPrXDjjhe9+1WX+7g85xW7s2+HX/ycO5ayUqDYdV5 2QjB2aY6+osfo4+ug/tn0AXVpMYKsyRe+PL4f/t3nCxrSF5LZ3PhjwVtNKSJHZL3E9J7 88xMUm0TZBplaYiw5mbR1zpScjRzFBBBo9NIJgpSPk2VbzUPR2TyZGvxt5nxIT0J5XBu dOTw== X-Gm-Message-State: AO0yUKX+zp1uO6zkqisqrT++9QJEcxFWjAyiiRl4uadSM2Jh/jh0eT9A ZYY4mUlasDWyrueZoxmlFRPaGjrMU/hVQAn1yJUr X-Google-Smtp-Source: AK7set+Mc0q2UHVVlNVCV9n9vNCPsMk1+S+j3kC3bdm5GMoXKS42jBiWiE3EFNPPxmg10pAs3ilKKYyir3CF2JJWRQE= X-Received: by 2002:a17:90a:4f85:b0:22c:41c7:c7ed with SMTP id q5-20020a17090a4f8500b0022c41c7c7edmr3000314pjh.61.1676069962079; Fri, 10 Feb 2023 14:59:22 -0800 (PST) MIME-Version: 1.0 References: <13293926.uLZWGnKmhe@x2> <6939adfb-ce2c-1911-19ee-af32f7d9a5ca@kernel.dk> <56ef99e4-f9de-0634-ce53-3bc2f1fa6665@kernel.dk> In-Reply-To: From: Paul Moore Date: Fri, 10 Feb 2023 17:59:10 -0500 Message-ID: Subject: Re: [PATCH v2] io_uring,audit: don't log IORING_OP_MADVISE To: Richard Guy Briggs Cc: Jens Axboe , Steve Grubb , Linux-Audit Mailing List , LKML , io-uring@vger.kernel.org, Eric Paris , Christian Brauner , Stefan Roesch Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 10, 2023 at 5:00 PM Richard Guy Briggs wrote: > On 2023-02-10 11:52, Paul Moore wrote: > > On Fri, Feb 10, 2023 at 11:00 AM Jens Axboe wrote: > > > On 2/10/23 8:39?AM, Paul Moore wrote: > > > > On Thu, Feb 9, 2023 at 7:15 PM Jens Axboe wrote: > > > >> On 2/9/23 3:54?PM, Steve Grubb wrote: > > > >>> On Thursday, February 9, 2023 5:37:22 PM EST Paul Moore wrote: > > > >>>> On Thu, Feb 9, 2023 at 4:53 PM Richard Guy Briggs wrote: > > > >>>>> On 2023-02-01 16:18, Paul Moore wrote: > > > >>>>>> On Wed, Feb 1, 2023 at 3:34 PM Richard Guy Briggs > > > >>> wrote: > > > >>>>>>> fadvise and madvise both provide hints for caching or access pattern > > > >>>>>>> for file and memory respectively. Skip them. > > > >>>>>> > > > >>>>>> You forgot to update the first sentence in the commit description :/ > > > >>>>> > > > >>>>> I didn't forget. I updated that sentence to reflect the fact that the > > > >>>>> two should be treated similarly rather than differently. > > > >>>> > > > >>>> Ooookay. Can we at least agree that the commit description should be > > > >>>> rephrased to make it clear that the patch only adjusts madvise? Right > > > >>>> now I read the commit description and it sounds like you are adjusting > > > >>>> the behavior for both fadvise and madvise in this patch, which is not > > > >>>> true. > > > >>>> > > > >>>>>> I'm still looking for some type of statement that you've done some > > > >>>>>> homework on the IORING_OP_MADVISE case to ensure that it doesn't end > > > >>>>>> up calling into the LSM, see my previous emails on this. I need more > > > >>>>>> than "Steve told me to do this". > > > >>>>>> > > > >>>>>> I basically just want to see that some care and thought has gone into > > > >>>>>> this patch to verify it is correct and good. > > > >>>>> > > > >>>>> Steve suggested I look into a number of iouring ops. I looked at the > > > >>>>> description code and agreed that it wasn't necessary to audit madvise. > > > >>>>> The rationale for fadvise was detemined to have been conflated with > > > >>>>> fallocate and subsequently dropped. Steve also suggested a number of > > > >>>>> others and after investigation I decided that their current state was > > > >>>>> correct. *getxattr you've advised against, so it was dropped. It > > > >>>>> appears fewer modifications were necessary than originally suspected. > > > >>>> > > > >>>> My concern is that three of the four changes you initially proposed > > > >>>> were rejected, which gives me pause about the fourth. You mention > > > >>>> that based on your reading of madvise's description you feel auditing > > > >>>> isn't necessary - and you may be right - but based on our experience > > > >>>> so far with this patchset I would like to hear that you have properly > > > >>>> investigated all of the madvise code paths, and I would like that in > > > >>>> the commit description. > > > >>> > > > >>> I think you're being unnecessarily hard on this. Yes, the commit message > > > >>> might be touched up. But madvise is advisory in nature. It is not security > > > >>> relevant. And a grep through the security directory doesn't turn up any > > > >>> hooks. > > > >> > > > >> Agree, it's getting a bit anal... FWIW, patch looks fine to me. > > > > > > > > Call it whatever you want, but the details are often important at this > > > > level of code, and when I see a patch author pushing back on verifying > > > > that their patch is correct it makes me very skeptical. > > > > > > Maybe it isn't intended, but the replies have generally had a pretty > > > condescending tone to them. That's not the best way to engage folks, and > > > may very well be why people just kind of give up on it. Nobody likes > > > debating one-liners forever, particularly not if it isn't inviting. > > > > I appreciate that you are coming from a different space, but I stand > > by my comments. Of course you are welcome to your own opinion, but I > > would encourage you to spend some time reading the audit mail archives > > going back a few years before you make comments like the above ... or > > not, that's your call; I recognize it is usually easier to criticize. > > > > On a quasi related note to the list/archives: unfortunately there was > > continued resistance to opening up the linux-audit list so I've setup > > audit@vger for upstream audit kernel work moving forward. The list > > address in MAINTAINERS will get updated during the next merge window > > so hopefully some of the problems you had in the beginning of this > > discussion will be better in the future. > > > > > > I really would have preferred that you held off from merging this > > > > until this was resolved and ACK'd ... oh well. > > > > > > It's still top of tree. If you want to ack it, let me know and I'll add > > > it. If you want to nak it, give me something concrete to work off of. > > > > I can't in good conscience ACK it without some comment from Richard > > that he has traced the code paths; this shouldn't be surprising at > > this point. I'm not going to NACK it or post a revert, I would have > > done that already if I felt that was appropriate. Right now this > > patch is in a gray area for me in that I suspect it is good, but I > > can't ACK it without some comment that it has been properly > > researched. > > I feel a bit silly replying in this thread. My dad claims that I need > to have the last word in any argument, so that way he gets it instead... > > I appear to have accidentally omitted the connector word "and" between > "description" and "code" above, which may have led you to doubt I had > gone back and re-looked at the code. Okay, as long as you've done the homework on this I'm good. If it's still on the top of Jen's tree, here's my ACK: Acked-by: Paul Moore ... if it's not on top of the tree, it's not worth popping patches to add the ACK IMHO. Feel free to reply to this Richard if you want to have the last word in this thread, I think I'm done ;) -- paul-moore.com