[PATCH security-next v3 04/29] LSM: Remove initcall tracing

Kees Cook keescook at chromium.org
Wed Sep 26 18:35:21 UTC 2018


On Wed, Sep 26, 2018 at 9:35 AM, Steven Rostedt <rostedt at goodmis.org> wrote:
> On Mon, 24 Sep 2018 17:18:07 -0700
> Kees Cook <keescook at chromium.org> wrote:
>
>> This partially reverts commit 58eacfffc417 ("init, tracing: instrument
>> security and console initcall trace events") since security init calls
>> are about to no longer resemble regular init calls.
>
> I'm not against the change, but how much are they going to "no longer
> resemble regular init calls"?

My take on "regular" init calls is that they're always run, link-time
ordered, etc. The changes proposed here will make it so not all
initialization are run depending on runtime configurations, ordering
will be flexible, etc.

-Kees

-- 
Kees Cook
Pixel Security



More information about the Linux-security-module-archive mailing list