From: Paul Menzel <pmenzel@molgen.mpg.de>
To: Paul Moore <paul@paul-moore.com>
Cc: Fan Wu <wufan@linux.microsoft.com>,
corbet@lwn.net, zohar@linux.ibm.com, jmorris@namei.org,
serge@hallyn.com, tytso@mit.edu, ebiggers@kernel.org,
axboe@kernel.dk, agk@redhat.com, snitzer@kernel.org,
mpatocka@redhat.com, eparis@redhat.com,
linux-doc@vger.kernel.org, linux-integrity@vger.kernel.org,
linux-security-module@vger.kernel.org, fsverity@lists.linux.dev,
linux-block@vger.kernel.org, dm-devel@lists.linux.dev,
audit@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information
Date: Wed, 7 Aug 2024 06:48:20 +0200 [thread overview]
Message-ID: <5880e801-e896-4bf0-9a69-2cf5acb51ec3@molgen.mpg.de> (raw)
In-Reply-To: <CAHC9VhRmcReVM_Le5bYor2deotnSe4OT08UYhL6xhiKCu0+3kA@mail.gmail.com>
Dear Paul,
Am 06.08.24 um 22:54 schrieb Paul Moore:
> On Sat, Aug 3, 2024 at 4:15 AM Paul Menzel wrote:
>> Thank you very much for your patch. Two nits, should you sent another
>> interation: A more specific summary would avoid people having to look at
>> the message body or diff, and `git log --oneline` would be enough.
>>
>> MAINTAINERS: Add IPE entry with M: Fan Wu
>>
>> MAINTAINERS: Add IPE entry with Fan Wu as maintainer
>>
>> Am 03.08.24 um 08:08 schrieb Fan Wu:
>>> Update MAINTAINERS to include ipe maintainer information.
>>
>> I’d at least mention Integrity Policy Enforcement. As you not only
>> include the maintainer information but add a new entry, I’d leave the
>> body out, or mention that a new entry is added.
>>
>>> Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
>
> Working under the current assumption that a new revision is not
> needed, I can fix this up during the merge. Fan, other-Paul, are you
> both okay with the following:
>
> "MAINTAINERS: add IPE entry with Fan Wu as maintainer
>
> Add a MAINTAINERS entry for the Integrity Policy Enforcement (IPE) LSM."
Thank you. That is fine by me.
Kind regards,
Paul
>>> --
>>> v1-v16:
>>> + Not present
>>>
>>> v17:
>>> + Introduced
>>>
>>> v18:
>>> + No changes
>>>
>>> v19:
>>> + No changes
>>>
>>> v20:
>>> + No changes
>>> ---
>>> MAINTAINERS | 10 ++++++++++
>>> 1 file changed, 10 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 8766f3e5e87e..4cdf2d5a2058 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -11118,6 +11118,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
>>> F: security/integrity/
>>> F: security/integrity/ima/
>>>
>>> +INTEGRITY POLICY ENFORCEMENT (IPE)
>>> +M: Fan Wu <wufan@linux.microsoft.com>
>>> +L: linux-security-module@vger.kernel.org
>>> +S: Supported
>>> +T: git https://github.com/microsoft/ipe.git
>>> +F: Documentation/admin-guide/LSM/ipe.rst
>>> +F: Documentation/security/ipe.rst
>>> +F: scripts/ipe/
>>> +F: security/ipe/
>>> +
>>> INTEL 810/815 FRAMEBUFFER DRIVER
>>> M: Antonino Daplas <adaplas@gmail.com>
>>> L: linux-fbdev@vger.kernel.org
next prev parent reply other threads:[~2024-08-07 4:49 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-03 6:08 [PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE) Fan Wu
2024-08-03 6:08 ` [PATCH v20 01/20] security: add ipe lsm Fan Wu
2024-08-03 6:08 ` [PATCH v20 02/20] ipe: add policy parser Fan Wu
2024-08-10 15:50 ` Serge E. Hallyn
2024-08-13 17:54 ` Fan Wu
2024-08-14 1:53 ` Paul Moore
2024-08-14 18:23 ` Fan Wu
2024-08-15 19:11 ` Paul Moore
2024-08-03 6:08 ` [PATCH v20 03/20] ipe: add evaluation loop Fan Wu
2024-08-10 20:05 ` Serge E. Hallyn
2024-08-03 6:08 ` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read Fan Wu
2024-08-03 6:08 ` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs() Fan Wu
2024-08-03 6:08 ` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider Fan Wu
2024-08-03 6:08 ` [PATCH v20 07/20] security: add new securityfs delete function Fan Wu
2024-08-03 6:08 ` [PATCH v20 08/20] ipe: add userspace interface Fan Wu
2024-08-03 6:08 ` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support Fan Wu
2024-08-03 6:08 ` [PATCH v20 10/20] ipe: add permissive toggle Fan Wu
2024-08-03 6:08 ` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices Fan Wu
2024-08-03 6:08 ` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs Fan Wu
2024-08-08 22:38 ` Fan Wu
2024-08-15 19:19 ` Paul Moore
2024-08-16 13:35 ` Mikulas Patocka
2024-08-16 19:11 ` Fan Wu
2024-08-18 17:22 ` Paul Moore
2024-08-19 17:47 ` Fan Wu
2024-08-19 19:40 ` Paul Moore
2024-08-03 6:08 ` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider Fan Wu
2024-08-03 6:08 ` [PATCH v20 14/20] security: add security_inode_setintegrity() hook Fan Wu
2024-08-03 6:08 ` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs Fan Wu
2024-08-05 18:51 ` Eric Biggers
2024-08-03 6:08 ` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider Fan Wu
2024-08-03 6:08 ` [PATCH v20 17/20] scripts: add boot policy generation program Fan Wu
2024-08-03 6:08 ` [PATCH v20 18/20] ipe: kunit test for parser Fan Wu
2024-08-03 6:08 ` [PATCH v20 19/20] Documentation: add ipe documentation Fan Wu
2024-08-03 6:08 ` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information Fan Wu
2024-08-03 8:14 ` Paul Menzel
2024-08-06 20:54 ` Paul Moore
2024-08-07 4:48 ` Paul Menzel [this message]
2024-08-07 18:01 ` Fan Wu
2024-08-07 19:42 ` Paul Moore
2024-08-06 20:59 ` [PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE) Paul Moore
2024-08-20 2:51 ` Paul Moore
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5880e801-e896-4bf0-9a69-2cf5acb51ec3@molgen.mpg.de \
--to=pmenzel@molgen.mpg.de \
--cc=agk@redhat.com \
--cc=audit@vger.kernel.org \
--cc=axboe@kernel.dk \
--cc=corbet@lwn.net \
--cc=dm-devel@lists.linux.dev \
--cc=ebiggers@kernel.org \
--cc=eparis@redhat.com \
--cc=fsverity@lists.linux.dev \
--cc=jmorris@namei.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=mpatocka@redhat.com \
--cc=paul@paul-moore.com \
--cc=serge@hallyn.com \
--cc=snitzer@kernel.org \
--cc=tytso@mit.edu \
--cc=wufan@linux.microsoft.com \
--cc=zohar@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).