[PATCH 3/6] LSM: Add helper for blob allocations
Paul Moore
paul at paul-moore.com
Tue Jul 9 22:08:02 UTC 2024
On Jul 8, 2024 Casey Schaufler <casey at schaufler-ca.com> wrote:
>
> Create a helper function lsm_blob_alloc() for general use in the hook
> specific functions that allocate LSM blobs. Change the hook specific
> functions to use this helper. This reduces the code size by a small
> amount and will make adding new instances of infrastructure managed
> security blobs easier.
>
> Signed-off-by: Casey Schaufler <casey at schaufler-ca.com>
> ---
> security/security.c | 97 +++++++++++++++------------------------------
> 1 file changed, 33 insertions(+), 64 deletions(-)
Looks good to me, but as it is dependent on 2/6 I'm unable to apply
it anywhere right now.
--
paul-moore.com
More information about the Linux-security-module-archive
mailing list