Re: [dm-devel] [RFC PATCH v9 01/16] security: add ipe lsm

2023-04-06 Thread Fan Wu
On Thu, Mar 02, 2023 at 02:00:48PM -0500, Paul Moore wrote: > On Mon, Jan 30, 2023 at 5:58???PM Fan Wu wrote: > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8a5c25c20d00..5e27e84763cc 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -10273,6 +10273,11 @@ T: git > > git://git.ke

Re: [dm-devel] [RFC PATCH v9 01/16] security: add ipe lsm

2023-03-02 Thread Paul Moore
On Mon, Jan 30, 2023 at 5:58 PM Fan Wu wrote: > > From: Deven Bowers > > Integrity Policy Enforcement (IPE) is an LSM that provides an > complimentary approach to Mandatory Access Control than existing LSMs > today. > > Existing LSMs have centered around the concept of access to a resource > shou

[dm-devel] [RFC PATCH v9 01/16] security: add ipe lsm

2023-01-30 Thread Fan Wu
From: Deven Bowers Integrity Policy Enforcement (IPE) is an LSM that provides an complimentary approach to Mandatory Access Control than existing LSMs today. Existing LSMs have centered around the concept of access to a resource should be controlled by the current user's credentials. IPE's appro