Re: [dm-devel] [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading

2020-07-17 Thread Tyler Hicks
On 2020-04-15 09:25:41, deven.de...@linux.microsoft.com wrote: > From: Deven Bowers > > Adds the policy parser and the policy loading to IPE, along with the > related sysfs, securityfs entries, and audit events. > > Signed-off-by: Deven Bowers > --- ... > diff --git a/security/ipe/ipe-sysfs.c

[dm-devel] [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading

2020-04-15 Thread deven . desai
From: Deven Bowers Adds the policy parser and the policy loading to IPE, along with the related sysfs, securityfs entries, and audit events. Signed-off-by: Deven Bowers --- security/ipe/Kconfig | 2 +- security/ipe/Makefile| 3 + security/ipe/ipe-audit.c |