[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.

Greg KH gregkh at linuxfoundation.org
Wed Sep 27 15:33:24 UTC 2023


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



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