Re: [PATCH v4 4/3] LSM: Improve context interface for proc attrs

2016-06-24 Thread Kees Cook
On Fri, Jun 24, 2016 at 9:38 AM, Casey Schaufler wrote: > Subject: [PATCH v4 4/3] LSM: Improve context interface for proc attrs > > Replace kzalloc ... sprintf with kasprintf in the > "context" procfs attr code. > > Signed-off-by: Casey Schaufler Great! For this and

[PATCH v4 4/3] LSM: Improve context interface for proc attrs

2016-06-24 Thread Casey Schaufler
Subject: [PATCH v4 4/3] LSM: Improve context interface for proc attrs Replace kzalloc ... sprintf with kasprintf in the "context" procfs attr code. Signed-off-by: Casey Schaufler --- security/apparmor/lsm.c| 47 +++--- security/selin