Re: [PATCH RFC v12 8/20] ipe: add userspace interface

2024-02-05 Thread Fan Wu
On 2/5/2024 3:10 PM, Paul Moore wrote: On Mon, Feb 5, 2024 at 6:01 PM Fan Wu wrote: On 2/3/2024 2:25 PM, Paul Moore wrote: On Jan 30, 2024 Fan Wu wrote: As is typical with LSMs, IPE uses securityfs as its interface with userspace. for a complete list of the interfaces and the respective

Re: [PATCH RFC v12 8/20] ipe: add userspace interface

2024-02-05 Thread Paul Moore
On Mon, Feb 5, 2024 at 6:01 PM Fan Wu wrote: > On 2/3/2024 2:25 PM, Paul Moore wrote: > > On Jan 30, 2024 Fan Wu wrote: > >> > >> As is typical with LSMs, IPE uses securityfs as its interface with > >> userspace. for a complete list of the interfaces and the respective > >> inputs/outputs,

Re: [PATCH RFC v12 8/20] ipe: add userspace interface

2024-02-05 Thread Fan Wu
On 2/3/2024 2:25 PM, Paul Moore wrote: On Jan 30, 2024 Fan Wu wrote: As is typical with LSMs, IPE uses securityfs as its interface with userspace. for a complete list of the interfaces and the respective inputs/outputs, please see the documentation under admin-guide/LSM/ipe.rst

Re: [PATCH RFC v12 8/20] ipe: add userspace interface

2024-02-03 Thread Paul Moore
On Jan 30, 2024 Fan Wu wrote: > > As is typical with LSMs, IPE uses securityfs as its interface with > userspace. for a complete list of the interfaces and the respective > inputs/outputs, please see the documentation under > admin-guide/LSM/ipe.rst > > Signed-off-by: Deven Bowers >