Re: [RFC PATCH v7 04/16] ipe: add userspace interface

2021-11-04 Thread Deven Bowers
On 11/3/2021 2:42 AM, Roberto Sassu wrote: + +/** + * ipe_init_securityfs: Initialize IPE's securityfs tree at fsinit + * + * Return: + * !0 - Error + * 0 - OK + */ +static int __init ipe_init_securityfs(void) +{ + int rc = 0; + struct ipe_context *ctx = NULL; + + ctx =

RE: [RFC PATCH v7 04/16] ipe: add userspace interface

2021-11-03 Thread Roberto Sassu
> From: deven.de...@linux.microsoft.com > [mailto:deven.de...@linux.microsoft.com] > From: Deven Bowers > > 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