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 B4F47C38142 for ; Sat, 28 Jan 2023 00:22:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232622AbjA1AWi (ORCPT ); Fri, 27 Jan 2023 19:22:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230028AbjA1AWf (ORCPT ); Fri, 27 Jan 2023 19:22:35 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 989888E16E for ; Fri, 27 Jan 2023 16:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674865176; 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: in-reply-to:in-reply-to:references:references; bh=i7aOq9W3XOqSSPllVutX9bvOB7c6GyK6o1GuE+eflv8=; b=B9xUO5Y8PR/RSvzW2wrskYqoUlfJKsQ+l3sEBWQH86fAAuWYhUvc2JGdSzQxUhlRs/NgiY cdxv7ThgusqP3ua7WQNKaEKaa/vfWJosLUo/P8dN1ZeCGgE/fwormzQ3vIgJaGNP6XF4EQ F3FKmKEdN5RGYuTfJlcpfgeea8QRSdo= 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-227-UufeiL1FOwGQEKbF0x3Nag-1; Fri, 27 Jan 2023 19:19:35 -0500 X-MC-Unique: UufeiL1FOwGQEKbF0x3Nag-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CD4491C05EBC; Sat, 28 Jan 2023 00:19:34 +0000 (UTC) Received: from madcap2.tricolour.ca (ovpn-0-3.rdu2.redhat.com [10.22.0.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2430D7AD4; Sat, 28 Jan 2023 00:19:33 +0000 (UTC) Date: Fri, 27 Jan 2023 19:19:31 -0500 From: Richard Guy Briggs To: Paul Moore Cc: Linux-Audit Mailing List , LKML , io-uring@vger.kernel.org, Eric Paris , Steve Grubb , Stefan Roesch , Christian Brauner , Jens Axboe , Pavel Begunkov Subject: Re: [PATCH v1 2/2] io_uring,audit: do not log IORING_OP_*GETXATTR Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-01-27 19:06, Paul Moore wrote: > On Fri, Jan 27, 2023 at 6:01 PM Richard Guy Briggs wrote: > > On 2023-01-27 17:43, Paul Moore wrote: > > > On Fri, Jan 27, 2023 at 12:24 PM Richard Guy Briggs wrote: > > > > Getting XATTRs is not particularly interesting security-wise. > > > > > > > > Suggested-by: Steve Grubb > > > > Fixes: a56834e0fafe ("io_uring: add fgetxattr and getxattr support") > > > > Signed-off-by: Richard Guy Briggs > > > > --- > > > > io_uring/opdef.c | 2 ++ > > > > 1 file changed, 2 insertions(+) > > > > > > Depending on your security policy, fetching file data, including > > > xattrs, can be interesting from a security perspective. As an > > > example, look at the SELinux file/getattr permission. > > > > > > https://github.com/SELinuxProject/selinux-notebook/blob/main/src/object_classes_permissions.md#common-file-permissions > > > > The intent here is to lessen the impact of audit operations. Read and > > Write were explicitly removed from io_uring auditing due to performance > > concerns coupled with the denial of service implications from sheer > > volume of records making other messages harder to locate. Those > > operations are still possible for syscall auditing but they are strongly > > discouraged for normal use. > > We need to balance security needs and performance needs. You are > correct that general read() and write() operations are not audited, > and generally not checked from a LSM perspective as the auditing and > access control happens at open() time instead (access to fds is > revalidated when they are passed). However, in the case of getxattr > and fgetxattr, these are not normal file read operations, and do not > go through the same code path in the kernel; there is a reason why we > have xattr_permission() and security_inode_getxattr(). > > We need to continue to audit IORING_OP_FGETXATTR and IORING_OP_GETXATTR. Fair enough. This would be similar reasoning to send/recv vs sendmsg/recvmsg. I'll drop this patch. Thanks for the reasoning and feedback. > paul-moore.com - RGB -- Richard Guy Briggs Sr. S/W Engineer, Kernel Security, Base Operating Systems Remote, Ottawa, Red Hat Canada IRC: rgb, SunRaycer Voice: +1.647.777.2635, Internal: (81) 32635