Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2023-09-27 15:33:27
Also in:
bpf
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2023-09-27 15:33:27
Also in:
bpf
On Thu, Sep 28, 2023 at 12:08:47AM +0900, Tetsuo Handa wrote:
+extern int register_loadable_lsm(struct security_hook_list *hooks, int count, + const char *lsm);
naming nit, this should be "noun_verb" where ever possible to make it easier to handle global symbols. So "lsm_register()" perhaps? thanks, greg k-h