Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp289714ybg; Tue, 28 Jul 2020 06:13:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHldTUNKoFR7ZsMcr7UgmzZKRQhsfrNC5L4ChWWh5YBkv1Vo8RXi+Bd/ncfNqR5DTntRYS X-Received: by 2002:a50:e1c8:: with SMTP id m8mr8375748edl.355.1595942022094; Tue, 28 Jul 2020 06:13:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595942022; cv=none; d=google.com; s=arc-20160816; b=ek0ZvvQ9GqO41g71W7VkW9+WAH0iE/C3Y4bi5VclTKQo4aTxG1vHbfFFvSwrdE6Hug F6kdsepS4fNDAixJcAZKgidJqa6+gz7cPpTYQz7VU72rmiKHJQejfkeUooC/W6v8/rPx zwsGslofe6rhekBPHEBahf+3yGgeh2BSUa5GG3BQcCldaTjgFcpwH5GmpB1uPgQ56nPZ f3iuFHmilqb/hv+K4KJvJaxfg9Eh5eyQXT1LyO6N4Rnbf+T0nJhkOvDwBkyrSzhPNrHo XA9s2hs1z4bOG3Jh7H0ncXSxOyyRV4O39EICX8xn2JVkW0BvLvPS5UzkEIlj3JCoxjx5 OLoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=AcRFz0Uo3k7ffo8aMRcht9OTLjzK8JptLOrtZp+7SxY=; b=aj+r1MkEIN62lavhv4N8xQWqePlCEusjm1ftQMq038tE0WBlJrF3o2KAmMnxR2nZoW ckrT+E6v+s1pYX13DiLt97XhO2C5U3Z0hBFuf9CeLpxBA0E+iFuy+QKYwRt36G4hq1Y3 Kkkx+jfTVibzuEx5CH/lKU/9Z/Yo+PFpO5zhQ2J+t2oicbOKyBGXoAo7BsKaxqxBPHdi LxH95bntJ9S27MxBrWo/kYQvGUNZ/jDdkBj4g7YZ04axm40ijPni5oL2dZGWGOzx5cuD LKQI7hWrwllKiX0w+5Wyi9oVDXW79Uj8bqmf8WIi518wpOxf6D2ZuC/+Ui18kRrF/FWA KIqA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d26si7676813edy.410.2020.07.28.06.13.19; Tue, 28 Jul 2020 06:13:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730051AbgG1NMZ convert rfc822-to-8bit (ORCPT + 99 others); Tue, 28 Jul 2020 09:12:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:39882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729969AbgG1NMX (ORCPT ); Tue, 28 Jul 2020 09:12:23 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B5D2320714; Tue, 28 Jul 2020 13:12:21 +0000 (UTC) Date: Tue, 28 Jul 2020 09:12:20 -0400 From: Steven Rostedt To: =?UTF-8?B?VGhpw6liYXVk?= Weksteen Cc: Paul Moore , Stephen Smalley , Nick Kralevich , Joel Fernandes , Eric Paris , Ingo Molnar , Mauro Carvalho Chehab , "David S. Miller" , Rob Herring , linux-kernel , SElinux list Subject: Re: [PATCH] selinux: add tracepoint on denials Message-ID: <20200728091220.5769b606@oasis.local.home> In-Reply-To: References: <20200724091520.880211-1-tweek@google.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Jul 2020 14:49:24 +0200 ThiƩbaud Weksteen wrote: > Thanks for the review! I'll send a new revision of the patch with the > %x formatter and using the TP_CONDITION macro. > > On adding further information to the trace event, I would prefer > adding the strict minimum to be able to correlate the event with the > avc message. The reason is that tracevents have a fixed size (see > https://www.kernel.org/doc/Documentation/trace/events.txt). For Wait! What? Where in that document does it say that trace events have a fixed size. We have a lot of dynamically sized trace events. > instance, we would need to decide on a maximum size for the string > representation of the list of permissions. This would also duplicate > the reporting done in the avc audit event. I'll simply add the pid as > part of the printk, which should be sufficient for the correlation. > Please take a look at samples/trace_events/trace_events_sample.h and read the example on __print_symbolic(). I think that's what you are looking for. -- Steve