Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 Feb 2017 19:33:49 +0900
From: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To: jmorris@...ei.org, linux-security-module@...r.kernel.org
Cc: kernel-hardening@...ts.openwall.com
Subject: Re: [RFC PATCH 1/4] security: mark LSM hooks as __ro_after_init

James Morris wrote:
> As the regsitration of LSMs is performed during init and then does
> not change, we can mark all of the regsitration hooks as __ro_after_init.
> 
> Signed-off-by: James Morris <james.l.morris@...cle.com>

This patch makes LKM based LSMs (e.g. AKARI) impossible.
I'm not happy with this patch.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.