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 2BF23C54EAA for ; Fri, 27 Jan 2023 17:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235177AbjA0RZD (ORCPT ); Fri, 27 Jan 2023 12:25:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234116AbjA0RZA (ORCPT ); Fri, 27 Jan 2023 12:25:00 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DB1378AE1 for ; Fri, 27 Jan 2023 09:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674840255; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=byDEmUGEGgpYWTCn0j5MJVl39Av7Yzv/REfP3hehrGg=; b=VdKCtyPHzX+3A0nAH+uUd8+n/AKaUH3HmggqTysTIgtN9QDsJTF/9tdTTid4FWzQ0M6Zxc pcJvd1HETOgfrw8FZY48qTlh39tAswvvQqm/TnPrlwVYZhX07e7HDdPHtiV5FbKwi0jXIz +IGUZtgPnCjo4ghoFKIyil4cnAIlqxs= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-538-i1woC35QPImrScpYd5jmew-1; Fri, 27 Jan 2023 12:24:12 -0500 X-MC-Unique: i1woC35QPImrScpYd5jmew-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6F806385F36B; Fri, 27 Jan 2023 17:24:11 +0000 (UTC) Received: from madcap2.tricolour.com (ovpn-0-3.rdu2.redhat.com [10.22.0.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id F33672166B26; Fri, 27 Jan 2023 17:24:09 +0000 (UTC) From: Richard Guy Briggs To: Linux-Audit Mailing List , LKML , io-uring@vger.kernel.org Cc: Paul Moore , Eric Paris , Steve Grubb , Richard Guy Briggs , Stefan Roesch , Christian Brauner , Jens Axboe , Pavel Begunkov Subject: [PATCH v1 0/2] two suggested iouring op audit updates Date: Fri, 27 Jan 2023 12:23:44 -0500 Message-Id: MIME-Version: 1.0 Content-type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A couple of updates to the iouring ops audit bypass selections suggested in consultation with Steve Grubb. Richard Guy Briggs (2): io_uring,audit: audit IORING_OP_FADVISE but not IORING_OP_MADVISE io_uring,audit: do not log IORING_OP_*GETXATTR io_uring/opdef.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.27.0