On Thu, Mar 02, 2023 at 02:00:48PM -0500, Paul Moore wrote:
On Mon, Jan 30, 2023 at 5:58???PM Fan Wu
<wufan(a)linux.microsoft.com> wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8a5c25c20d00..5e27e84763cc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10273,6 +10273,11 @@ T: git
git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
> F: security/integrity/ima/
> F: security/integrity/
>
> +INTEGRITY POLICY ENFORCEMENT (IPE)
> +M: Fan Wu <wufan(a)linux.microsoft.com>
> +S: Supported
> +F: security/ipe/
You should probably add a mailing list (L:) and source tree URL (T:)
to the IPE entry. You can use the LSM mailing list to start if you
like, there are several LSMs that do that today, e.g. Smack, Landlock,
etc. As far as the source tree is concerned, probably the easiest
option is a simple GitHub repo, but there are plenty of other choices
too.
Both the mailing list and the source URLs can always be updated in the
future so don't worry too much about being stuck with either long
term.
--
paul-moore.com
We do have a github repo, I will add that link in the next version.
-Fan