Re: [PATCH v4 15/19] LSM: Infrastructure management of the task security

2018-09-24 Thread Kees Cook
On Fri, Sep 21, 2018 at 5:19 PM, Casey Schaufler wrote: > Move management of the task_struct->security blob out > of the individual security modules and into the security > infrastructure. Instead of allocating the blobs from within > the modules the modules tell the infrastructure how much > spac

[PATCH v4 15/19] LSM: Infrastructure management of the task security

2018-09-24 Thread Casey Schaufler
Move management of the task_struct->security blob out of the individual security modules and into the security infrastructure. Instead of allocating the blobs from within the modules the modules tell the infrastructure how much space is required, and the space is allocated there. The only user of t