Re: [PATCH v5 03/12] S.A.R.A.: cred blob management

2019-07-12 Thread James Morris
On Sat, 6 Jul 2019, Salvatore Mesoraca wrote: > Creation of the S.A.R.A. cred blob management "API". > In order to allow S.A.R.A. to be stackable with other LSMs, it doesn't use > the "security" field of struct cred, instead it uses an ad hoc field named > security_sara. > This solution is probabl

[PATCH v5 03/12] S.A.R.A.: cred blob management

2019-07-06 Thread Salvatore Mesoraca
Creation of the S.A.R.A. cred blob management "API". In order to allow S.A.R.A. to be stackable with other LSMs, it doesn't use the "security" field of struct cred, instead it uses an ad hoc field named security_sara. This solution is probably not acceptable for upstream, so this part will be modif