[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1859cc5b-2fb0-432b-2635-35ce79dbc244@gmail.com>
Date: Tue, 28 Jul 2020 09:04:41 -0400
From: Stephen Smalley <stephen.smalley.work@...il.com>
To: ThiƩbaud Weksteen <tweek@...gle.com>,
Paul Moore <paul@...l-moore.com>,
Steven Rostedt <rostedt@...dmis.org>
Cc: Nick Kralevich <nnk@...gle.com>,
Joel Fernandes <joelaf@...gle.com>,
Eric Paris <eparis@...isplace.org>,
Ingo Molnar <mingo@...hat.com>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Rob Herring <robh@...nel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
SElinux list <selinux@...r.kernel.org>
Subject: Re: [PATCH] selinux: add tracepoint on denials
On 7/28/20 8:49 AM, 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
> 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.
Ok, also please use unsigned int for the fields and %u for the cls value.
(btw top-posting is discouraged for mailing list discussions, see
http://vger.kernel.org/lkml/#s3-9)
Powered by blists - more mailing lists